1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-20 13:58:17 +00:00

clarify the `-g help' option better

This commit is contained in:
Mirek Kratochvil 2016-04-17 15:09:26 +02:00
parent e7521cdc86
commit f07f4027a2
2 changed files with 6 additions and 4 deletions

@ -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");