clarify the `-g help' option better
This commit is contained in:
parent
e7521cdc86
commit
f07f4027a2
|
@ -111,8 +111,9 @@ For completeness I add listing of all options here (also available from
|
|||
hashes, and specify a filename of symmetric key or hashes
|
||||
|
||||
Key management:
|
||||
-g, --gen-key generate specified keypair, `help' lists algorithms
|
||||
-k, --list list keys
|
||||
-g, --gen-key generate keys for specified algorithm
|
||||
-g help list available cryptographic algorithms
|
||||
-k, --list list contents of keyring
|
||||
-K, --list-secret
|
||||
-i, --import import keys
|
||||
-I, --import-secret
|
||||
|
|
|
@ -62,8 +62,9 @@ void print_help (char*pname)
|
|||
out (" hashes, and specify a filename of symmetric key or hashes");
|
||||
outeol;
|
||||
out ("Key management:");
|
||||
out (" -g, --gen-key generate specified keypair, `help' lists algorithms");
|
||||
out (" -k, --list list keys");
|
||||
out (" -g, --gen-key generate keys for specified algorithm");
|
||||
out (" -g help list available cryptographic algorithms");
|
||||
out (" -k, --list list the contents of keyring");
|
||||
out (" -K, --list-secret");
|
||||
out (" -i, --import import keys");
|
||||
out (" -I, --import-secret");
|
||||
|
|
Loading…
Reference in a new issue