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:
Heinrich Schuchardt 2016-10-15 18:27:23 +02:00 committed by John Crispin
parent ef6419142a
commit 939ec353c8

2
main.c
View File

@ -333,7 +333,7 @@ static int usage(const char *cmd)
" -V: verify (needs at least -m and -p|-P)\n" " -V: verify (needs at least -m and -p|-P)\n"
" -S: sign (needs at least -m and -s)\n" " -S: sign (needs at least -m and -s)\n"
" -F: print key fingerprint of public/secret key or signature\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" "Options:\n"
" -c <comment>: add comment to keys\n" " -c <comment>: add comment to keys\n"
" -m <file>: message file\n" " -m <file>: message file\n"