comparison tools/objlink.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 36edd316184a
children bc05bcfc4598
comparison
equal deleted inserted replaced
2401:263093248f26 2402:b7cd5dd0b82e
168 168
169 169
170 void argShowHelp() 170 void argShowHelp()
171 { 171 {
172 dmPrintBanner(stdout, dmProgName, "[options]"); 172 dmPrintBanner(stdout, dmProgName, "[options]");
173 dmArgsPrintHelp(stdout, optList, optListN, 0); 173 dmArgsPrintHelp(stdout, optList, optListN, 0, 80 - 2);
174 174
175 printf( 175 printf(
176 "\n" 176 "\n"
177 "Each numeric argument can be prefixed with $ or 0x for hexadecimal values.\n" 177 "Each numeric argument can be prefixed with $ or 0x for hexadecimal values.\n"
178 "NOTICE! -p filename:<addr> will ignore load address and use <addr> instead!\n" 178 "NOTICE! -p filename:<addr> will ignore load address and use <addr> instead!\n"