mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-12 22:11:29 +02:00
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@gnupg.org>
This commit is contained in:
parent
4d67144142
commit
ab7d41b69c
@ -486,7 +486,7 @@ static ARGPARSE_OPTS opts[] = {
|
|||||||
ARGPARSE_c (aGenRandom,"gen-random", "@" ),
|
ARGPARSE_c (aGenRandom,"gen-random", "@" ),
|
||||||
ARGPARSE_c (aServer, "server", N_("run in server mode")),
|
ARGPARSE_c (aServer, "server", N_("run in server mode")),
|
||||||
ARGPARSE_c (aTOFUPolicy, "tofu-policy",
|
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 ")),
|
ARGPARSE_group (301, N_("@\nOptions:\n ")),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user