You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by re...@apache.org on 2003/08/16 04:33:36 UTC

cvs commit: jakarta-commons-sandbox/daemon/src/native/unix/native help.c

remm        2003/08/15 19:33:36

  Modified:    daemon/src/native/unix/native help.c
  Log:
  - Add "-user" to the usage information.
  
  Revision  Changes    Path
  1.6       +4 -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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- help.c	21 Jun 2003 07:10:59 -0000	1.5
  +++ help.c	16 Aug 2003 02:33:36 -0000	1.6
  @@ -95,6 +95,9 @@
       printf("    -check\n");
       printf("        only check service (implies -nodetach)\n");
    
  +    printf("    -user\n");
  +    printf("        user used to run the daemon (defaults to current user)\n");
  + 
       printf("    -verbose[:class|gc|jni]\n");
       printf("        enable verbose output\n");