roxspring 2004/07/22 13:58:12
Modified: cli/xdocs properties.xml introduction.xml
Log:
More doc corrections from Dennis
PR:30089
Submitted by: Dennis Lundberg
Revision Changes Path
1.4 +2 -2 jakarta-commons/cli/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/cli/xdocs/properties.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- properties.xml 22 Apr 2004 23:00:13 -0000 1.3
+++ properties.xml 22 Jul 2004 20:58:11 -0000 1.4
@@ -25,9 +25,9 @@
<section name="Option Properties">
<p>
The following are the properties that each
- <a href="apidocs/org/apache/commons/cli/Options.html">Option</a> has. All
of these
+ <a href="apidocs/org/apache/commons/cli/Option.html">Option</a> has. All
of these
can be set using the accessors or using the methods
- defined on the
+ defined in the
<a
href="apidocs/org/apache/commons/cli/OptionBuilder.html">OptionBuilder</a>.
</p>
<table>
1.6 +3 -7 jakarta-commons/cli/xdocs/introduction.xml
Index: introduction.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/cli/xdocs/introduction.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- introduction.xml 22 Apr 2004 23:00:13 -0000 1.5
+++ introduction.xml 22 Jul 2004 20:58:11 -0000 1.6
@@ -38,9 +38,9 @@
<p>
CLI uses the <a href="apidocs/org/apache/commons/cli/Options.html">
Options</a> class, as a container for
- <a href="apidocs/org/apache/commons/cli/Options.html">
+ <a href="apidocs/org/apache/commons/cli/Option.html">
Option</a> instances. There are two ways to create
- <code>Option</code>s in CLI. One of them is via the constuctors,
+ <code>Option</code>s in CLI. One of them is via the constructors,
the other way is via the factory methods defined in
<code>Options</code>.
</p>
@@ -79,17 +79,13 @@
<p>
The interrogation stage is where the application querys the
<code>CommandLine</code> to decide what execution branch to
- take depending on boolean options and to use the option values
+ take depending on boolean options and uses the option values
to provide the application data.
</p>
<p>
This stage is implemented in the user code. The accessor methods
on <code>CommandLine</code> provide the interrogation capability
to the user code.
- </p>
- <p>
- The <a href="usage.html">Usage Scenarios</a> document provides examples
- how to create an <code>Options</code> object.
</p>
<p>
The result of the interrogation stage is that the user code
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]