[Pkg-gnupg-commit] [gnupg2] 78/185: agent: Fix option --debug-wait

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Aug 7 11:55:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit ecd6c0160f49ae83001dfd150df6b1238fc479d5
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jun 28 08:44:27 2017 +0200

    agent: Fix option --debug-wait
    
    * agent/gpg-agent.c (opts): Typo fix.
    --
    
    Regression-due-to: ccee34736b57a42ec4bdcb0d3181bdc6a08b0fff
    GnuPG-bug-id: 3225
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 agent/gpg-agent.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 825b7ba..d3db3e1 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -164,7 +164,7 @@ static ARGPARSE_OPTS opts[] = {
   ARGPARSE_s_s (oDebug,	     "debug",       "@"),
   ARGPARSE_s_n (oDebugAll,   "debug-all",   "@"),
   ARGPARSE_s_s (oDebugLevel, "debug-level", "@"),
-  ARGPARSE_s_i (oDebugWait,"  debug-wait",  "@"),
+  ARGPARSE_s_i (oDebugWait,  "debug-wait",  "@"),
   ARGPARSE_s_n (oDebugQuickRandom, "debug-quick-random", "@"),
   ARGPARSE_s_n (oDebugPinentry, "debug-pinentry", "@"),
 

-- 
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