usign: main.c: describe necessary arguments for -G
Generation of keys requires -p and -s. The usage help should indicate this. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
ef6419142a
commit
939ec353c8
2
main.c
2
main.c
@ -333,7 +333,7 @@ static int usage(const char *cmd)
|
||||
" -V: verify (needs at least -m and -p|-P)\n"
|
||||
" -S: sign (needs at least -m and -s)\n"
|
||||
" -F: print key fingerprint of public/secret key or signature\n"
|
||||
" -G: generate a new keypair\n"
|
||||
" -G: generate a new keypair (needs at least -p and -s)\n"
|
||||
"Options:\n"
|
||||
" -c <comment>: add comment to keys\n"
|
||||
" -m <file>: message file\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user