diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-17 06:59:12 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-17 06:59:12 +0100 |
commit | daf243c8107ecf87f7d5e718f550ba6e13a6db1d (patch) | |
tree | 79aed812eca4fac2dc05e07df2b75f33571cf259 /info | |
parent | update dist (diff) | |
download | argparser-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.texinfo | 2 |
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}. |