diff options
Diffstat (limited to 'tools/gpg-connect-agent.c')
-rw-r--r-- | tools/gpg-connect-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpg-connect-agent.c b/tools/gpg-connect-agent.c index 12b0d8686..746ac7daf 100644 --- a/tools/gpg-connect-agent.c +++ b/tools/gpg-connect-agent.c @@ -1809,7 +1809,7 @@ main (int argc, char **argv) } } } - else if (!strcmp (cmd, "bye")) + else if (!strcmp (cmd, "bye") || !strcmp (cmd, "quit")) { break; } |