Correct typo: optional args cannot be separate

git-svn-id: 
https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/avalon-implementation@539900
 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/62051929
Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/62051929
Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/62051929

Branch: refs/heads/avalon-implementation
Commit: 62051929d55a54d9de4801ac2c56713de336ec74
Parents: 5159f98
Author: Sebastian Bazley <[email protected]>
Authored: Sun May 20 18:11:02 2007 +0000
Committer: Sebastian Bazley <[email protected]>
Committed: Sun May 20 18:11:02 2007 +0000

----------------------------------------------------------------------
 src/java/org/apache/commons/cli/avalon/package.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/62051929/src/java/org/apache/commons/cli/avalon/package.html
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/cli/avalon/package.html 
b/src/java/org/apache/commons/cli/avalon/package.html
index 62c30d4..373af6f 100644
--- a/src/java/org/apache/commons/cli/avalon/package.html
+++ b/src/java/org/apache/commons/cli/avalon/package.html
@@ -143,9 +143,9 @@ public class CLDemo {
                 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.

Reply via email to