diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-01 04:15:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-01 04:15:41 +0200 |
commit | a2de6a6413212f4c5afd048e63ed495becb99b6b (patch) | |
tree | 10073ac59be3866f3951fc68b4bbea0b5cca41b6 /info | |
parent | m (diff) | |
download | argparser-a2de6a6413212f4c5afd048e63ed495becb99b6b.tar.gz argparser-a2de6a6413212f4c5afd048e63ed495becb99b6b.tar.bz2 argparser-a2de6a6413212f4c5afd048e63ed495becb99b6b.tar.xz |
importing argparser in java
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r-- | info/argparser.texinfo | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/info/argparser.texinfo b/info/argparser.texinfo index e6ef346..f374340 100644 --- a/info/argparser.texinfo +++ b/info/argparser.texinfo @@ -52,7 +52,7 @@ Texts. A copy of the license is included in the section entitled @menu * Overview:: Brief overview of @command{argparser}. * Python version:: Using the Python version. -@c* Java version:: Using the Java version. +* Java version:: Using the Java version. @c* Bash version:: Using the Bash version. @c* C version:: Using the C version. * GNU Free Documentation License:: Copying and sharing this manual. @@ -162,8 +162,11 @@ options invoke the nulladic method @code{help}. -@c@node Java version -@c@chapter Java version +@node Java version +@chapter Java version + +The JAR for ArgParser, @file{ArgParser.jar}, is located in @file{/usr/lib}. +When using it you need to import @code{argparser.ArgParser}. |