aboutsummaryrefslogtreecommitdiff
path: root/src/parseopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parseopt.c')
-rw-r--r--src/parseopt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parseopt.c b/src/parseopt.c
index cd175c5..e39973b 100644
--- a/src/parseopt.c
+++ b/src/parseopt.c
@@ -240,7 +240,8 @@ print_option_descr (const char *descr, size_t lmargin, size_t rmargin)
break;
}
}
- printf ("%*.*s\n", s, s, descr);
+ fwrite (descr, 1, s, stdout);
+ fputc ('\n', stdout);
descr += s;
if (*descr)
{

Return to:

Send suggestions and report system problems to the System administrator.