diff options
-rw-r--r-- | libshouldbeinlibc/argp-help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libshouldbeinlibc/argp-help.c b/libshouldbeinlibc/argp-help.c index 5c9907f0..8b9bcc4b 100644 --- a/libshouldbeinlibc/argp-help.c +++ b/libshouldbeinlibc/argp-help.c @@ -762,7 +762,7 @@ void argp_help (const struct argp *argp, FILE *stream, /* Just show where the options go. */ { if (hol->num_entries > 0) - fputs (" [OPTIONS...]", stream); + fputs (" [OPTION...]", stream); } else /* Actually print the options. */ |