You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2010/09/22 16:48:00 UTC

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

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");



Re: svn commit: r999999 - /commons/proper/daemon/trunk/src/native/unix/native/help.c

Posted by Emmanuel Bourg <eb...@apache.org>.
Le 22/09/2010 16:50, Mladen Turk a écrit :

>> Author: mturk
>> Date: Wed Sep 22 14:48:00 2010
>> New Revision: 999999
>>
>
> Almost hit the jackpot :)
>
> Cheers

Well tried! :)


Emmanuel


Re: svn commit: r999999 - /commons/proper/daemon/trunk/src/native/unix/native/help.c

Posted by Mladen Turk <mt...@apache.org>.
On 09/22/2010 04:48 PM, mturk@apache.org wrote:
> Author: mturk
> Date: Wed Sep 22 14:48:00 2010
> New Revision: 999999
>

Almost hit the jackpot :)

Cheers
-- 
^TM