summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2011-11-25 11:24:15 -0800
committerCedric Beust <cedric@beust.com>2011-11-25 11:24:15 -0800
commitd95b69aebc39314baad3c7f8e766b40a67481e3e (patch)
treef5a28c0e56d07a50a02344f6086fc83cfc31b195 /doc
parent8eac02e311db6a1f1832a0be524e9c0889658adc (diff)
downloadjcommander-d95b69aebc39314baad3c7f8e766b40a67481e3e.tar.gz
Doc typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index 3482063..7ce760d 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -644,7 +644,7 @@ host: H&ocirc;te
JCommander will then use the default locale to resolve your descriptions.
-<h2><a class="section" name="ParameterDeletages">Parameter delegates</a></h2>
+<h2><a class="section" name="Parameter_delegates">Parameter delegates</a></h2>
If you are writing many different tools in the same project, you will probably find that most of these tools can share configurations. While you can use inheritance with your objects to avoid repeating this code, the restriction to single inheritance of implementation might limit your flexibility. To address this problem, JCommander supports parameter delegates.
@@ -729,7 +729,7 @@ You can download JCommander from the following locations:
<dependency>
&lt;groupId&gt;com.beust&lt;/groupId&gt;
&lt;artifactId&gt;jcommander&lt;/artifactId&gt;
- <version>1.17</version>
+ <version>1.20</version>
</dependency>
</pre>