Small help text fix, v0.3.1

This commit is contained in:
Rupus Reinefjord 2021-07-28 22:47:07 +02:00
parent 470e4a1d5e
commit 171374c131
2 changed files with 2 additions and 2 deletions

View file

@ -283,7 +283,7 @@ if __name__ == '__main__':
encodings = [e for e in parsed.encodings.split(',') if e] encodings = [e for e in parsed.encodings.split(',') if e]
if not encodings: if not encodings:
logging.error( logging.error(
"Did not understand '--encoding {}'".format(parsed.encoding) "Did not understand '--encodings {}'".format(parsed.encoding)
) )
sys.exit(1) sys.exit(1)

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = pass2csv name = pass2csv
version = 0.3.0 version = 0.3.1
author = Rupus Reinefjord author = Rupus Reinefjord
author_email = rupus@reinefjord.net author_email = rupus@reinefjord.net
description = Export pass(1), "the standard unix password manager", to CSV description = Export pass(1), "the standard unix password manager", to CSV