summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/options.h
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-09-27 21:39:17 +0000
committerMiles Bader <miles@gnu.org>1995-09-27 21:39:17 +0000
commit18f27c7d239b837e23d91bebe1da33dd0ba3dcd5 (patch)
treef27cfe5d065c57ca037a41e99d63b38068bfcb93 /libshouldbeinlibc/options.h
parentc364aba8acceb6052cc2cfddec7c2d6d80b7ef62 (diff)
Use 0 as the tag for non-option args.
Diffstat (limited to 'libshouldbeinlibc/options.h')
-rw-r--r--libshouldbeinlibc/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libshouldbeinlibc/options.h b/libshouldbeinlibc/options.h
index 6ac15c63..46651add 100644
--- a/libshouldbeinlibc/options.h
+++ b/libshouldbeinlibc/options.h
@@ -61,7 +61,7 @@ struct options
#define OPTIONS_PRINT_ERRS 0x2
/* Parse non-option args as well, similarly to getopt, by calling the parse
- function with a key of 1, and the actual arg as the value. Since it's
+ function with a key of 0, and the actual arg as the value. Since it's
impossible to know which parse function wants to handle it, each one is
called in turn, until one returns 0 or an error other than EINVAL. */
#define OPTIONS_PARSE_ARGS 0x4