card: Fix typo in help message

--
Signed-off-by: Jiri Kerestes <jiri.kerestes@trustica.cz>
This commit is contained in:
Jiri Kerestes 2021-06-12 11:59:03 +02:00 committed by Werner Koch
parent 6b76693ff5
commit 755a5f1a0e
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 1 deletions

View File

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