From ab7d41b69ce569270b25bc69f88b8b420465366c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 27 Jan 2016 13:58:20 +0100 Subject: [PATCH] gpg: Shorten the --tofu-policy help text -- Using "help" as value lists the options. Not having the current options in the help text also makes it easier to keep translations clean. Signed-off-by: Werner Koch --- g10/gpg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g10/gpg.c b/g10/gpg.c index 56bbd0d92..330d5a3fa 100644 --- a/g10/gpg.c +++ b/g10/gpg.c @@ -486,7 +486,7 @@ static ARGPARSE_OPTS opts[] = { ARGPARSE_c (aGenRandom,"gen-random", "@" ), ARGPARSE_c (aServer, "server", N_("run in server mode")), ARGPARSE_c (aTOFUPolicy, "tofu-policy", - N_("|VALUE|set the TOFU policy for a key (good, unknown, bad, ask, auto)")), + N_("|VALUE|set the TOFU policy for a key")), ARGPARSE_group (301, N_("@\nOptions:\n ")),