diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-18 18:26:59 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-18 18:26:59 +0200 |
commit | 0d212bb27b4a47ab7e48624c9a1be0314bbe2b23 (patch) | |
tree | 70e17a154622ea5aba2c856921b3b27cacce7072 /info | |
parent | implement colour settings in c version (diff) | |
download | argparser-0d212bb27b4a47ab7e48624c9a1be0314bbe2b23.tar.gz argparser-0d212bb27b4a47ab7e48624c9a1be0314bbe2b23.tar.bz2 argparser-0d212bb27b4a47ab7e48624c9a1be0314bbe2b23.tar.xz |
update info manual
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r-- | info/argparser.texinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/info/argparser.texinfo b/info/argparser.texinfo index 78c5191..899978b 100644 --- a/info/argparser.texinfo +++ b/info/argparser.texinfo @@ -329,6 +329,11 @@ other values are considered to be false, except an empty string (used if obmitted) which is used for automatic, that is, true if the output is not piped. +In the C version, @code{1} is considered to be true, @code{0} +is considered to be false and all other values, including +if the argument is obmitted (it is an optional argument), +are used for automatic mode. + @node GNU Free Documentation License |