aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpg-card.c
diff options
context:
space:
mode:
authorJiri Kerestes <[email protected]>2021-06-12 09:59:03 +0000
committerWerner Koch <[email protected]>2021-06-12 16:33:32 +0000
commit755a5f1a0e3395f42ff39a20b80e228f078f3498 (patch)
tree2c578bf5e2f02bf3a77c2002113093ce1a0dc221 /tools/gpg-card.c
parentsm: Fix finding of issuer in use-keyboxd mode. (diff)
downloadgnupg-755a5f1a0e3395f42ff39a20b80e228f078f3498.tar.gz
gnupg-755a5f1a0e3395f42ff39a20b80e228f078f3498.zip
card: Fix typo in help message
-- Signed-off-by: Jiri Kerestes <[email protected]>
Diffstat (limited to 'tools/gpg-card.c')
-rw-r--r--tools/gpg-card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpg-card.c b/tools/gpg-card.c
index e84d2fbb0..9c83f556c 100644
--- a/tools/gpg-card.c
+++ b/tools/gpg-card.c
@@ -177,7 +177,7 @@ my_strusage( int level )
case 41:
p = ("Syntax: gpg-card"
" [options] [command [args] {-- command [args]}]\n\n"
- "Tool to manage cards and tokens. With a command an interactive\n"
+ "Tool to manage cards and tokens. Without a command an interactive\n"
"mode is used. Use command \"help\" to list all commands.");
break;