aboutsummaryrefslogtreecommitdiffstats
path: root/scd/command.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2022-03-15 06:17:31 +0000
committerNIIBE Yutaka <[email protected]>2022-03-15 06:19:11 +0000
commitc6dd9ff9290427504faef120bd5c1ebb78990ca0 (patch)
tree46624a3c90e32a6fc4461744846131c6da6e22c9 /scd/command.c
parentFix previous commit. (diff)
downloadgnupg-c6dd9ff9290427504faef120bd5c1ebb78990ca0.tar.gz
gnupg-c6dd9ff9290427504faef120bd5c1ebb78990ca0.zip
scd: Fix DEVINFO with no --watch.
* scd/app.c (app_send_devinfo): Fix for outputing once. * scd/command.c (hlp_devinfo): Fix comment. -- Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'scd/command.c')
-rw-r--r--scd/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/command.c b/scd/command.c
index 8bc8f7f4e..10f5a2fe1 100644
--- a/scd/command.c
+++ b/scd/command.c
@@ -2312,7 +2312,7 @@ static const char hlp_devinfo[] =
"\n"
"Return information about devices. If the option --watch is given,\n"
"it keeps reporting status change until it detects no device is\n"
- "available."
+ "available.\n"
"The information is returned as a status line using the format:\n"
"\n"
" DEVICE <card_type> <serialno> <app_type>\n"