[Pkg-gnupg-commit] [gnupg2] 05/205: gpg: Shorten the --tofu-policy help text
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed May 11 08:38:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
commit ab7d41b69ce569270b25bc69f88b8b420465366c
Author: Werner Koch <wk at gnupg.org>
Date: Wed Jan 27 13:58:20 2016 +0100
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 <wk at gnupg.org>
---
g10/gpg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/g10/gpg.c b/g10/gpg.c
index 56bbd0d..330d5a3 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 ")),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list