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
|
hashes, and specify a filename of symmetric key or hashes
|
||||||
|
|
||||||
Key management:
|
Key management:
|
||||||
-g, --gen-key generate specified keypair, `help' lists algorithms
|
-g, --gen-key generate keys for specified algorithm
|
||||||
-k, --list list keys
|
-g help list available cryptographic algorithms
|
||||||
|
-k, --list list contents of keyring
|
||||||
-K, --list-secret
|
-K, --list-secret
|
||||||
-i, --import import keys
|
-i, --import import keys
|
||||||
-I, --import-secret
|
-I, --import-secret
|
||||||
|
|
|
@ -62,8 +62,9 @@ void print_help (char*pname)
|
||||||
out (" hashes, and specify a filename of symmetric key or hashes");
|
out (" hashes, and specify a filename of symmetric key or hashes");
|
||||||
outeol;
|
outeol;
|
||||||
out ("Key management:");
|
out ("Key management:");
|
||||||
out (" -g, --gen-key generate specified keypair, `help' lists algorithms");
|
out (" -g, --gen-key generate keys for specified algorithm");
|
||||||
out (" -k, --list list keys");
|
out (" -g help list available cryptographic algorithms");
|
||||||
|
out (" -k, --list list the contents of keyring");
|
||||||
out (" -K, --list-secret");
|
out (" -K, --list-secret");
|
||||||
out (" -i, --import import keys");
|
out (" -i, --import import keys");
|
||||||
out (" -I, --import-secret");
|
out (" -I, --import-secret");
|
||||||
|
|
Loading…
Reference in a new issue