changeset 566:11f56a652cb0

Adjust indentation output of commandline help printing.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 07 Jan 2020 20:09:23 +0200
parents a0fdf52ab186
children b75f42ca08ef
files th_args.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/th_args.c	Tue Jan 07 20:06:20 2020 +0200
+++ b/th_args.c	Tue Jan 07 20:09:23 2020 +0200
@@ -218,8 +218,8 @@
         else
             tmpStr[0] = 0;
 
-        fprintf(fh, "%-20s", tmpStr);
+        fprintf(fh, "%-18s", tmpStr);
 
-        th_print_wrap(fh, opt->desc, 26, 26, th_term_width() - 2);
+        th_print_wrap(fh, opt->desc, 24, 24, th_term_width() - 2);
     }
 }