Skip to content

Commit 6205192

Browse files
committed
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
1 parent 5159f98 commit 6205192

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/java/org/apache/commons/cli/avalon/package.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ <h3>Parsing Rules</h3>
143143
argument "bc" while "-a bc" is an option 'a' with no argument, followed by
144144
the text "bc". </p>
145145
<p>It is also possible to place an '=' sign between the option
146-
and it's argument. So if we assume that a is an option that
147-
requires an argument then the following are all equivalent;
148-
"-a=bc", "-a bc" "-abc".
146+
and its argument. So if we assume that a is an option that
147+
requires an argument then the following are equivalent;
148+
"-a=bc" and "-abc".
149149
</p>
150150
<p>
151151
In the case of a long option with an optional argument, the '=' sign is required.

0 commit comments

Comments
 (0)