diff --git a/pass2csv b/pass2csv index f42cbb5..71bcdf5 100755 --- a/pass2csv +++ b/pass2csv @@ -283,7 +283,7 @@ if __name__ == '__main__': encodings = [e for e in parsed.encodings.split(',') if e] if not encodings: logging.error( - "Did not understand '--encoding {}'".format(parsed.encoding) + "Did not understand '--encodings {}'".format(parsed.encoding) ) sys.exit(1) diff --git a/setup.cfg b/setup.cfg index 9d1e388..e309afa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pass2csv -version = 0.3.0 +version = 0.3.1 author = Rupus Reinefjord author_email = rupus@reinefjord.net description = Export pass(1), "the standard unix password manager", to CSV