billbarker 2003/06/21 00:11:00 Modified: daemon/src/native/unix/native help.c Log: Restoring lines that somehow got deleted. Revision Changes Path 1.5 +7 -1 jakarta-commons-sandbox/daemon/src/native/unix/native/help.c Index: help.c =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/help.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- help.c 21 Jun 2003 04:51:14 -0000 1.4 +++ help.c 21 Jun 2003 07:10:59 -0000 1.5 @@ -94,6 +94,12 @@ printf(" -check\n"); printf(" only check service (implies -nodetach)\n"); + + printf(" -verbose[:class|gc|jni]\n"); + printf(" enable verbose output\n"); + + printf(" -outfile </full/path/to/file>\n"); + printf(" Location for output from stdout (defaults to /dev/null)\n"); printf(" Use the value '&2' to simulate '1>&2'\n"); printf(" -errfile </full/path/to/file>\n");
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]