From 939ec353c8e5e1fe9b2374c9d20095fa30a6b565 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sat, 15 Oct 2016 18:27:23 +0200 Subject: [PATCH] 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 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2