Skip to content

Commit f6e2e59

Browse files
committed
Updated the version in the Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x@678697 13f79535-47bb-0310-9956-ffa450edef68
1 parent f641323 commit f6e2e59

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11

22
<body>
3-
4-
<p>Commons CLI -- version ##VERSION## (##QUALITY##)</p>
5-
6-
<p>The commons-cli package aides in parsing command-line arguments.</p>
7-
8-
<p>Allow command-line arguments to be parsed against a descriptor of
9-
valid options (long and short), potentially with arguments.</p>
10-
11-
<p>command-line arguments may be of the typical <code>String[]</code>
12-
form, but also may be a <code>java.util.List</code>. Indexes allow
13-
for parsing only a portion of the command-line. Also, functionality
14-
for parsing the command-line in phases is built in, allowing for
15-
'cvs-style' command-lines, where some global options are specified
16-
before a 'command' argument, and command-specific options are
17-
specified after the command argument:
18-
19-
<code>
20-
<pre>
21-
myApp -p &lt;port&gt; command -p &lt;printer&gt;
22-
</pre>
23-
</code>
24-
25-
26-
<p>The homepage for the project is
27-
<a href="http://jakarta.apache.org/commons/">jakarta commons/</a>
3+
4+
<p>Commons CLI -- version 1.2</p>
5+
6+
<p>The commons-cli package aides in parsing command-line arguments.</p>
7+
8+
<p>Allow command-line arguments to be parsed against a descriptor of
9+
valid options (long and short), potentially with arguments.</p>
10+
11+
<p>command-line arguments may be of the typical <code>String[]</code>
12+
form, but also may be a <code>java.util.List</code>. Indexes allow
13+
for parsing only a portion of the command-line. Also, functionality
14+
for parsing the command-line in phases is built in, allowing for
15+
'cvs-style' command-lines, where some global options are specified
16+
before a 'command' argument, and command-specific options are
17+
specified after the command argument:
18+
19+
<code>
20+
<pre>
21+
myApp -p &lt;port&gt; command -p &lt;printer&gt;
22+
</pre>
23+
</code>
24+
25+
26+
<p>The homepage for the project is
27+
<a href="http://commons.apache.org">Apache Commons/</a>
2828
</body>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<body>
33

4-
Commons CLI 1.0
4+
Commons CLI 1.2
55

66
</body>

0 commit comments

Comments
 (0)