[Pcsclite-cvs-commit] PCSC/src pcscdaemon.c,1.36,1.37

sauveron-guest@quantz.debian.org sauveron-guest@quantz.debian.org
Wed, 29 Oct 2003 16:02:28 +0100


Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv32715/src

Modified Files:
	pcscdaemon.c 
Log Message:
Add the option [-a] to the usage of pcscd

Index: pcscdaemon.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/pcscdaemon.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- pcscdaemon.c	22 Oct 2003 12:43:27 -0000	1.36
+++ pcscdaemon.c	29 Oct 2003 15:02:25 -0000	1.37
@@ -505,7 +505,7 @@
 
 void print_usage (char const * const progname)
 {
-	printf("Usage: %s [-c file] [-f] [-d output] [-v] [-h]\n", progname);
+	printf("Usage: %s [-a] [-c file] [-f] [-d output] [-v] [-h]\n", progname);
 	printf("Options:\n");
 #ifdef HAVE_GETOPT_LONG
 	printf("  -a, --apdu		log APDU commands and results\n");