mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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@gnupg.org>
This commit is contained in:
parent
2739647985
commit
ecd6c0160f
@ -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", "@"),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user