diff options
author | Werner Koch <[email protected]> | 2016-01-27 12:58:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-01-27 13:00:15 +0000 |
commit | ab7d41b69ce569270b25bc69f88b8b420465366c (patch) | |
tree | dee08339eba98067de66a6998d8363be6fd9bf93 | |
parent | dirmngr: Build fix for FreeBSD (EAI macros) (diff) | |
download | gnupg-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ")), |