comparison tools/packed.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 d1992206765a
children 60e119262c67
comparison
equal deleted inserted replaced
2401:263093248f26 2402:b7cd5dd0b82e
78 fprintf(stdout, " %-15s %s\n", tmpStr, cmd->desc); 78 fprintf(stdout, " %-15s %s\n", tmpStr, cmd->desc);
79 } 79 }
80 80
81 fprintf(stdout, "\n"); 81 fprintf(stdout, "\n");
82 82
83 dmArgsPrintHelp(stdout, optList, optListN, 0); 83 dmArgsPrintHelp(stdout, optList, optListN, 0, 80 - 2);
84 84
85 fprintf(stdout, 85 fprintf(stdout,
86 "\n" 86 "\n"
87 "Examples:\n" 87 "Examples:\n"
88 "$ %s l test.pak -- list files in test.pak\n" 88 "$ %s l test.pak -- list files in test.pak\n"