You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bi...@apache.org on 2003/06/21 06:49:40 UTC

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

billbarker    2003/06/20 21:49:39

  Modified:    daemon/src/native/unix/native help.c
  Log:
  Add new options to the help.
  
  Revision  Changes    Path
  1.3       +9 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- help.c	10 Jun 2003 15:42:11 -0000	1.2
  +++ help.c	21 Jun 2003 04:49:39 -0000	1.3
  @@ -98,6 +98,14 @@
       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");
  +    printf("        Location for output from stderr (defaults to /dev/null)\n");
  +    printf("        Use the value '&1' to simulate '2>&1'\n);
  +
       printf("    -D<name>=<value>\n");
       printf("        set a Java system property\n");
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org