Author: mturk
Date: Wed Sep 22 14:48:00 2010
New Revision: 999999

URL: http://svn.apache.org/viewvc?rev=999999&view=rev
Log:
Fix typo

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

Modified: commons/proper/daemon/trunk/src/native/unix/native/help.c
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/unix/native/help.c?rev=999999&r1=999998&r2=999999&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/unix/native/help.c (original)
+++ commons/proper/daemon/trunk/src/native/unix/native/help.c Wed Sep 22 
14:48:00 2010
@@ -35,7 +35,7 @@ void help(home_data *data)
     }
     printf("\n");
 
-    printf("    -cp / -classpath <directories and zip/jar files>\n");
+    printf("    -cp | -classpath <directories and zip/jar files>\n");
     printf("        set search path for service classes and resouces\n");
     printf("    -home <directory>\n");
     printf("        set the path of your JDK or JRE installation (or set\n");


Reply via email to