aboutsummaryrefslogtreecommitdiff
path: root/src/getopt.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/getopt.m4')
-rw-r--r--src/getopt.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getopt.m4 b/src/getopt.m4
index b615ec3..fc50ff9 100644
--- a/src/getopt.m4
+++ b/src/getopt.m4
@@ -246,7 +246,7 @@ print_help(void)
246 246
247 printf ("%s %s [%s]... %s\n", _("Usage:"), [<$2>], _("[<OPTION>]"), 247 printf ("%s %s [%s]... %s\n", _("Usage:"), [<$2>], _("[<OPTION>]"),
248 gettext (args_doc)); 248 gettext (args_doc));
249 if (doc && doc[0]) 249 if (doc[0])
250 print_option_descr(gettext (doc), 0, RMARGIN); 250 print_option_descr(gettext (doc), 0, RMARGIN);
251 putchar ('\n'); 251 putchar ('\n');
252 252

Return to:

Send suggestions and report system problems to the System administrator.