comparison tools/mod2wav.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 647671a9a0b8
children 60e119262c67
comparison
equal deleted inserted replaced
2401:263093248f26 2402:b7cd5dd0b82e
88 { 88 {
89 case 0: 89 case 0:
90 dmPrintBanner(stdout, dmProgName, 90 dmPrintBanner(stdout, dmProgName,
91 "[options] [sourcefile] [destfile.wav]"); 91 "[options] [sourcefile] [destfile.wav]");
92 92
93 dmArgsPrintHelp(stdout, optList, optListN, 0); 93 dmArgsPrintHelp(stdout, optList, optListN, 0, 80 - 2);
94 exit(0); 94 exit(0);
95 break; 95 break;
96 96
97 case 2: 97 case 2:
98 dmVerbosity++; 98 dmVerbosity++;