summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2011-11-23 12:53:55 -0800
committerCedric Beust <cedric@beust.com>2011-11-23 12:53:55 -0800
commit1b36a0ec1df72193aff0890781d71016658342ab (patch)
tree87d4acfec74c1dcdacf1112ba83b23f2f81d94bb /doc
parentcc5c9d85d71efdc2a2abe23bfa8a3f6afbec9fe1 (diff)
downloadplatform_external_jcommander-1b36a0ec1df72193aff0890781d71016658342ab.tar.gz
platform_external_jcommander-1b36a0ec1df72193aff0890781d71016658342ab.tar.bz2
platform_external_jcommander-1b36a0ec1df72193aff0890781d71016658342ab.zip
Doc update.
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html
index 53a707e..56b681e 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -603,6 +603,8 @@ Usage: &lt;main class&gt; [options]
-long A long number (default: 0)
</pre>
+You can customize the name of your program by calling <tt>setProgramName()</tt> on your <tt>JCommander</tt> object.
+
Options preceded by an asterisk are required.
<h2><a class="section" name="Hiding">Hiding parameters</a></h2>