fixed invalid usage about -c option (doesn't have a file parameter anymore)

This commit is contained in:
git@daemon.de
2014-02-05 13:08:01 +01:00
parent 42f700bf9c
commit 192856446b
2 changed files with 10 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
Usage: pcp1 [ --help | --version ]
[ --keygen | --listkeys | --remove-key | --edit-key ]
[ --export-public | --export-secret | --import-public | --import-secret ]
[ --encrypt | --decrypt ]
[ --sign | --check-signature ]
[ --export-public | --export-secret | --import-public | --import-secret ]
[ --encrypt | --decrypt ]
[ --sign | --check-signature ]
General Options:
-h --help Print this help message.
@@ -35,8 +35,8 @@ Encryption Options:
Signature Options:
-g --sign Create a signature of a file.
-c --check-signature <file> Verify a detached signature in file <file>.
-f --sigfile <file> Write a detached signature file.
-c --check-signature Verify a signature of a file.
-f --sigfile <file> Write or check a detached signature file.
Encoding Options:
-z --z85-encode Armor with Z85 encoding.