summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2010-07-21 16:15:47 -0700
committerCedric Beust <cedric@beust.com>2010-07-21 16:15:54 -0700
commitd326f67def5cc55fd7ad3b1c37cc17556f939ebd (patch)
treeaa1794aba5e972d076376e985615585d94849203 /doc
parentbbd4079f71757019159ee2a98b32479fb2ef511b (diff)
downloadjcommander-d326f67def5cc55fd7ad3b1c37cc17556f939ebd.tar.gz
Doc typo
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index f8becc9..3c77f77 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -114,7 +114,7 @@ will cause an exception to be thrown.
When a <tt>Parameter</tt> annotation is found on a field of type <tt>List</tt>, JCommander will interpret it as an option that can occur multiple times:
<pre class="brush: java">
-@Parameter(names = "-host", description = "Level of verbosity")
+@Parameter(names = "-host", description = "The host")
public List&lt;String&gt; hosts = new ArrayList&lt;String&gt;();
</pre>