From 1d81b994b87df78e0ba259ee227c51ce3d5534ac Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 9 Aug 2002 18:12:01 +0000 Subject: * card.c (card_get_serial_and_stamp): Use the tokeinfo serial number as a fallback. Add a special prefix for serial numbers. --- scd/scdaemon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scd/scdaemon.c') 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} -- cgit v1.2.3