diff options
author | Miles Bader <miles@gnu.org> | 1995-12-21 16:38:04 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-12-21 16:38:04 +0000 |
commit | cf67b3c87fd692239ad6ba9b937e3aae7ba955d9 (patch) | |
tree | 614610a80c069591080db6617641200383f060a5 | |
parent | 21f9eb5f9b219f21ed7f52f149032728e1b534af (diff) |
(argp_default_options): Put --help in group -1.
-rw-r--r-- | libshouldbeinlibc/argp-parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libshouldbeinlibc/argp-parse.c b/libshouldbeinlibc/argp-parse.c index b96741bf..f27bcd51 100644 --- a/libshouldbeinlibc/argp-parse.c +++ b/libshouldbeinlibc/argp-parse.c @@ -43,7 +43,7 @@ static struct argp_option argp_default_options[] = { - {"help", OPT_HELP, 0, 0, "Give this help list"}, + {"help", OPT_HELP, 0, 0, "Give this help list", -1}, {0, 0} }; |