You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by se...@apache.org on 2007/05/20 20:11:02 UTC

svn commit: r539900 - /jakarta/commons/proper/cli/branches/avalon-implementation/src/java/org/apache/commons/cli/avalon/package.html

Author: sebb
Date: Sun May 20 11:11:02 2007
New Revision: 539900

URL: http://svn.apache.org/viewvc?view=rev&rev=539900
Log:
Correct typo: optional args cannot be separate

Modified:
    jakarta/commons/proper/cli/branches/avalon-implementation/src/java/org/apache/commons/cli/avalon/package.html

Modified: jakarta/commons/proper/cli/branches/avalon-implementation/src/java/org/apache/commons/cli/avalon/package.html
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/cli/branches/avalon-implementation/src/java/org/apache/commons/cli/avalon/package.html?view=diff&rev=539900&r1=539899&r2=539900
==============================================================================
--- jakarta/commons/proper/cli/branches/avalon-implementation/src/java/org/apache/commons/cli/avalon/package.html (original)
+++ jakarta/commons/proper/cli/branches/avalon-implementation/src/java/org/apache/commons/cli/avalon/package.html Sun May 20 11:11:02 2007
@@ -143,9 +143,9 @@
                 argument "bc" while "-a bc" is an option 'a' with no argument, followed by
                 the text "bc". </p>
                 <p>It is also possible to place an '=' sign between the option
-                and it's argument. So if we assume that a is an option that 
-                requires an argument then the following are all equivalent; 
-                "-a=bc", "-a bc" "-abc".
+                and its argument. So if we assume that a is an option that 
+                requires an argument then the following are equivalent; 
+                "-a=bc" and "-abc".
                 </p>
                 <p>
                 In the case of a long option with an optional argument, the '=' sign is required.



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