aboutsummaryrefslogtreecommitdiffstats
path: root/info
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-17 06:59:12 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-17 06:59:12 +0100
commitdaf243c8107ecf87f7d5e718f550ba6e13a6db1d (patch)
tree79aed812eca4fac2dc05e07df2b75f33571cf259 /info
parentupdate dist (diff)
downloadargparser-daf243c8107ecf87f7d5e718f550ba6e13a6db1d.tar.gz
argparser-daf243c8107ecf87f7d5e718f550ba6e13a6db1d.tar.bz2
argparser-daf243c8107ecf87f7d5e718f550ba6e13a6db1d.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r--info/argparser.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/info/argparser.texinfo b/info/argparser.texinfo
index 8f41eb5..355e3e4 100644
--- a/info/argparser.texinfo
+++ b/info/argparser.texinfo
@@ -93,7 +93,7 @@ and three optional arguments. The first argument, @code{description}, is
a short, single-line, description of the program. The second argument,
@code{usage}, is multi-line usage text that is recommended to contain ANSI
colour escape sequences (for portability ESC 39m, ESC 49m and colours
-beyond the lower 8 are not not recommended to be used); @code{None} can
+beyond the lower 8 are not recommended to be used); @code{None} can
be used if you do not have a usage descriptor.
@code{ArgParser}'s constructors there optional arguments are:
@code{longdescription}, @code{program} and @code{usestderr}.