summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-10 16:17:15 +0000
committerMiles Bader <miles@gnu.org>1996-07-10 16:17:15 +0000
commitfd2bf194fdb8839fcfe82cdda30b5831a8841229 (patch)
tree011227946873c4cfe0264ed4a1a3ac64a0c37ac7 /libshouldbeinlibc
parentcd322b3925865b5b0825a627ee7f0de40d4c2c87 (diff)
(argp_help): "OPTIONS..." -> "OPTION...".
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r--libshouldbeinlibc/argp-help.c2
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. */