comparison tools/fanalyze.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 679732e4cfed
children 60e119262c67
comparison
equal deleted inserted replaced
2401:263093248f26 2402:b7cd5dd0b82e
176 176
177 177
178 void argShowHelp() 178 void argShowHelp()
179 { 179 {
180 dmPrintBanner(stdout, dmProgName, "[options] <input file #1> <input file #2> [...]"); 180 dmPrintBanner(stdout, dmProgName, "[options] <input file #1> <input file #2> [...]");
181 dmArgsPrintHelp(stdout, optList, optListN, 0); 181 dmArgsPrintHelp(stdout, optList, optListN, 0, 80 - 2);
182 182
183 fprintf(stdout, 183 fprintf(stdout,
184 "\n" 184 "\n"
185 "Fanalyze is a simplistic commandline tool to assist analysis of similarities\n" 185 "Fanalyze is a simplistic commandline tool to assist analysis of similarities\n"
186 "between multiple files of same format (but different content). It provides\n" 186 "between multiple files of same format (but different content). It provides\n"