Small help text fix, v0.3.1
This commit is contained in:
parent
470e4a1d5e
commit
171374c131
2 changed files with 2 additions and 2 deletions
2
pass2csv
2
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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue