diff tools/data2inc.c @ 2402:b7cd5dd0b82e

Merge one more change from th-libs args processing.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Jan 2020 20:50:45 +0200
parents e771185db600
children 1f74cc842d71
line wrap: on
line diff
--- a/tools/data2inc.c	Sun Jan 12 19:32:29 2020 +0200
+++ b/tools/data2inc.c	Sun Jan 12 20:50:45 2020 +0200
@@ -76,7 +76,7 @@
     dmPrintBanner(stdout, dmProgName,
     "[options] [sourcefile] [destfile]");
 
-    dmArgsPrintHelp(stdout, optList, optListN, 0);
+    dmArgsPrintHelp(stdout, optList, optListN, 0, 80 - 2);
 
     fprintf(stdout,
     "\n"