diff options
author | Miles Bader <miles@gnu.org> | 1996-07-10 16:17:15 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-10 16:17:15 +0000 |
commit | fd2bf194fdb8839fcfe82cdda30b5831a8841229 (patch) | |
tree | 011227946873c4cfe0264ed4a1a3ac64a0c37ac7 /libshouldbeinlibc | |
parent | cd322b3925865b5b0825a627ee7f0de40d4c2c87 (diff) |
(argp_help): "OPTIONS..." -> "OPTION...".
Diffstat (limited to 'libshouldbeinlibc')
-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. */ |