diff options
-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} }; |