aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2020-03-06 16:02:01 +0000
committerWerner Koch <[email protected]>2020-03-06 16:02:01 +0000
commit4762367d66498a26a57d332dce9bcbc3a295e1d5 (patch)
tree3efb426677a9b8ea5610c6ffefa6be237c4abc2c
parentgpgsm: Re-group the options in the --help output. (diff)
downloadgnupg-4762367d66498a26a57d332dce9bcbc3a295e1d5.tar.gz
gnupg-4762367d66498a26a57d332dce9bcbc3a295e1d5.zip
agent: Fix todays --re-group commit.
-- Fixes-commit: c693b7f4ade97357c33b410728bb741674255487
-rw-r--r--agent/gpg-agent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 8579ace38..bec4ba2e9 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -223,6 +223,7 @@ static gpgrt_opt_t opts[] = {
ARGPARSE_s_n (oEnableExtendedKeyFormat, "enable-extended-key-format", "@"),
ARGPARSE_s_i (oListenBacklog, "listen-backlog", "@"),
ARGPARSE_op_u (oAutoExpandSecmem, "auto-expand-secmem", "@"),
+ ARGPARSE_s_s (oFakedSystemTime, "faked-system-time", "@"),
ARGPARSE_header ("Security", N_("Options controlling the security")),