aboutsummaryrefslogtreecommitdiff
path: root/src/getopt.m4
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-07-17 16:04:59 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-07-17 16:04:59 +0300
commit2afc2af5fb4de743e8e6563cac6de9943ada1a66 (patch)
tree9c0ccf211978b27b5b233164de011c33ac790302 /src/getopt.m4
parent991737de5e78fecc0073324d18dd2b717c16090c (diff)
downloadidest-2afc2af5fb4de743e8e6563cac6de9943ada1a66.tar.gz
idest-2afc2af5fb4de743e8e6563cac6de9943ada1a66.tar.bz2
Fix some warnings.
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)
276 276
277 printf ("%s %s [%s]... %s\n", _("Usage:"), [<$2>], _("[<OPTION>]"), 277 printf ("%s %s [%s]... %s\n", _("Usage:"), [<$2>], _("[<OPTION>]"),
278 gettext (args_doc)); 278 gettext (args_doc));
279 if (doc && doc[0]) 279 if (doc[0])
280 print_option_descr(gettext (doc), 0, RMARGIN); 280 print_option_descr(gettext (doc), 0, RMARGIN);
281 putchar ('\n'); 281 putchar ('\n');
282 282

Return to:

Send suggestions and report system problems to the System administrator.