You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2005/05/10 09:18:04 UTC

svn commit: r169429 - /jakarta/commons/proper/daemon/trunk/src/native/unix/native/help.c

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org