comparison tools/64vw.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 947eba01f3f3
children 6e86a048a760
comparison
equal deleted inserted replaced
2401:263093248f26 2402:b7cd5dd0b82e
58 58
59 59
60 void argShowHelp() 60 void argShowHelp()
61 { 61 {
62 dmPrintBanner(stdout, dmProgName, "[options] <input image file(s)>"); 62 dmPrintBanner(stdout, dmProgName, "[options] <input image file(s)>");
63 dmArgsPrintHelp(stdout, optList, optListN, 0); 63 dmArgsPrintHelp(stdout, optList, optListN, 0, 80 - 2);
64 64
65 fprintf(stdout, 65 fprintf(stdout,
66 "\n" 66 "\n"
67 "Keyboard controls in the viewer:\n" 67 "Keyboard controls in the viewer:\n"
68 "--------------------------------\n" 68 "--------------------------------\n"