[Pcsclite-cvs-commit] PCSC/src pcscdaemon.c,1.46,1.47

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv18892

Modified Files:
	pcscdaemon.c 
Log Message:
document in the help text that '--foreground' imply '--debug stderr'


Index: pcscdaemon.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/pcscdaemon.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- pcscdaemon.c	30 Mar 2004 15:12:22 -0000	1.46
+++ pcscdaemon.c	14 Apr 2004 20:19:52 -0000	1.47
@@ -526,7 +526,7 @@
 #ifdef HAVE_GETOPT_LONG
 	printf("  -a, --apdu		log APDU commands and results\n");
 	printf("  -c, --config		path to reader.conf\n");
-	printf("  -f, --foreground	run in foreground (no daemon)\n");
+	printf("  -f, --foreground	run in foreground (no daemon) (imply --debug stderr)\n");
 	printf("  -d, --debug output	display debug messages. Output may be:\n"); 
 	printf("			\"stdout\" (imply -f), \"stderr\" (imply -f),\n");
 	printf("			or \"syslog\"\n");