From fd2bf194fdb8839fcfe82cdda30b5831a8841229 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 10 Jul 1996 16:17:15 +0000 Subject: (argp_help): "OPTIONS..." -> "OPTION...". --- libshouldbeinlibc/argp-help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libshouldbeinlibc') 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. */ -- cgit v1.2.3