aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-01-27 12:58:20 +0000
committerWerner Koch <[email protected]>2016-01-27 13:00:15 +0000
commitab7d41b69ce569270b25bc69f88b8b420465366c (patch)
treedee08339eba98067de66a6998d8363be6fd9bf93
parentdirmngr: Build fix for FreeBSD (EAI macros) (diff)
downloadgnupg-ab7d41b69ce569270b25bc69f88b8b420465366c.tar.gz
gnupg-ab7d41b69ce569270b25bc69f88b8b420465366c.zip
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 <[email protected]>
-rw-r--r--g10/gpg.c2
1 files changed, 1 insertions, 1 deletions
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 ")),