From: Heinrich Schuchardt Date: Sat, 15 Oct 2016 16:27:23 +0000 (+0200) Subject: usign: main.c: describe necessary arguments for -G X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=939ec353c8e5e1fe9b2374c9d20095fa30a6b565;p=oweals%2Fusign.git 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 --- diff --git a/main.c b/main.c index 2203d01..3536443 100644 --- a/main.c +++ b/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 : add comment to keys\n" " -m : message file\n"