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 c6f0ae2..54ef9c1 100644
--- a/src/getopt.m4
+++ b/src/getopt.m4
@@ -276,7 +276,7 @@ print_help(void)
printf ("%s %s [%s]... %s\n", _("Usage:"), [<$2>], _("[<OPTION>]"),
gettext (args_doc));
- if (doc && doc[0])
+ if (doc[0])
print_option_descr(gettext (doc), 0, RMARGIN);
putchar ('\n');

Return to:

Send suggestions and report system problems to the System administrator.