aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-08-01 04:11:48 +0200
committerMattias Andrée <maandree@operamail.com>2013-08-01 04:11:48 +0200
commit858fb0d3865559348b17fbe22cd58e0375d1cf08 (patch)
tree1a673e3fdec26d1c9de13a691a79939bdd5c2f02
parentm (diff)
downloadargparser-858fb0d3865559348b17fbe22cd58e0375d1cf08.tar.gz
argparser-858fb0d3865559348b17fbe22cd58e0375d1cf08.tar.bz2
argparser-858fb0d3865559348b17fbe22cd58e0375d1cf08.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--info/argparser.texinfo25
1 files changed, 22 insertions, 3 deletions
diff --git a/info/argparser.texinfo b/info/argparser.texinfo
index ff355d5..e6ef346 100644
--- a/info/argparser.texinfo
+++ b/info/argparser.texinfo
@@ -51,7 +51,10 @@ Texts. A copy of the license is included in the section entitled
@menu
* Overview:: Brief overview of @command{argparser}.
-* Python verison:: Using the python version.
+* Python version:: Using the Python version.
+@c* 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.
@end menu
@@ -71,8 +74,8 @@ following argument as an argumented option does.
-@node Python verison
-@chapter Python verison
+@node Python version
+@chapter Python version
To use argparser you need to import @code{ArgParser} from @code{argparser}
using the instruction @code{from argparser import *}.
@@ -159,6 +162,22 @@ options invoke the nulladic method @code{help}.
+@c@node Java version
+@c@chapter Java version
+
+
+
+@c@node Bash version
+@c@chapter Bash version
+
+
+
+@c@node C version
+@c@chapter C version
+
+
+
+
@node GNU Free Documentation License
@appendix GNU Free Documentation License
@include fdl.texinfo