aboutsummaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-08-09 18:12:01 +0000
committerWerner Koch <[email protected]>2002-08-09 18:12:01 +0000
commit1d81b994b87df78e0ba259ee227c51ce3d5534ac (patch)
treeddc7c62b94cd2b037a8ff9353af2afa5c8c61871 /scd/scdaemon.c
parentAdded distfiles kludge to distribute the content of the samplekeys directory. (diff)
downloadgnupg-1d81b994b87df78e0ba259ee227c51ce3d5534ac.tar.gz
gnupg-1d81b994b87df78e0ba259ee227c51ce3d5534ac.zip
* card.c (card_get_serial_and_stamp): Use the tokeinfo serial
number as a fallback. Add a special prefix for serial numbers.
Diffstat (limited to '')
-rw-r--r--scd/scdaemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c
index d1402b5ee..1d8bad21d 100644
--- a/scd/scdaemon.c
+++ b/scd/scdaemon.c
@@ -87,9 +87,9 @@ static ARGPARSE_OPTS opts[] = {
{ oDebug, "debug" ,4|16, N_("set debugging flags")},
{ oDebugAll, "debug-all" ,0, N_("enable full debugging")},
{ oDebugWait,"debug-wait",1, "@"},
- { oDebugSC, "debug-sc", 1, N_("N|set OpenSC debug level to N")},
+ { oDebugSC, "debug-sc", 1, N_("|N|set OpenSC debug level to N")},
{ oNoDetach, "no-detach" ,0, N_("do not detach from the console")},
- { oLogFile, "log-file" ,2, N_("use a log file for the server")},
+ { oLogFile, "log-file" ,2, N_("use a log file for the server")},
{0}