diff options
| author | Werner Koch <[email protected]> | 2020-05-27 09:43:14 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2020-05-27 09:43:14 +0000 |
| commit | 08310849a28071fbca761fa4ca18702b39092947 (patch) | |
| tree | bcb27bab6ddab21c2788bbbc327b6eb955501937 /tools/gpg-card.c | |
| parent | card: Take care of removed and re-inserted cards. (diff) | |
| download | gnupg-08310849a28071fbca761fa4ca18702b39092947.tar.gz gnupg-08310849a28071fbca761fa4ca18702b39092947.zip | |
card: Add command "bye"
* tools/gpg-card.c: Add command "bye" as alias for "quit".
* tools/gpg-connect-agent.c (main): Add "/quit" as alias for "/bye"
Diffstat (limited to 'tools/gpg-card.c')
| -rw-r--r-- | tools/gpg-card.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gpg-card.c b/tools/gpg-card.c index 76301eb31..0998418c1 100644 --- a/tools/gpg-card.c +++ b/tools/gpg-card.c @@ -3152,6 +3152,7 @@ static struct } cmds[] = { { "quit" , cmdQUIT, N_("quit this menu")}, { "q" , cmdQUIT, NULL }, + { "bye" , cmdQUIT, NULL }, { "help" , cmdHELP, N_("show this help")}, { "?" , cmdHELP, NULL }, { "list" , cmdLIST, N_("list all available data")}, |
