Author: jfclere
Date: Tue May 10 00:18:03 2005
New Revision: 169429

URL: http://svn.apache.org/viewcvs?rev=169429&view=rev
Log:
Add help for the -wait and -stop options.

Modified:
    jakarta/commons/proper/daemon/trunk/src/native/unix/native/help.c

Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/native/help.c
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/src/native/unix/native/help.c?rev=169429&r1=169428&r2=169429&view=diff
==============================================================================
--- jakarta/commons/proper/daemon/trunk/src/native/unix/native/help.c (original)
+++ jakarta/commons/proper/daemon/trunk/src/native/unix/native/help.c Tue May 
10 00:18:03 2005
@@ -79,5 +79,12 @@
     printf("    -X<option>\n");
     printf("        set Virtual Machine specific option\n");
 
+    printf("    -wait <waittime>\n");
+    printf("        wait waittime seconds for the service to start\n");
+    printf("        waittime should multiple of 10 (min=10)\n");
+
+    printf("    -stop\n");
+    printf("        stop the service using the file given in the -pidfile 
option\n");
+
     printf("\n");
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to