comparison tools/packed.c @ 2036:0fe1bce4e8a5

Fix 'packed' help.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 29 Nov 2018 14:03:33 +0200
parents 161e731eb152
children 01fbcfc969e4
comparison
equal deleted inserted replaced
2035:472ca1dbc2d3 2036:0fe1bce4e8a5
64 static const int optListN = sizeof(optList) / sizeof(optList[0]); 64 static const int optListN = sizeof(optList) / sizeof(optList[0]);
65 65
66 66
67 void argShowHelp() 67 void argShowHelp()
68 { 68 {
69 dmPrintBanner(stdout, dmProgName, "<command> [options] [<filename(s)>]"); 69 dmPrintBanner(stdout, dmProgName, "<command> [options] <packfile> [<filename(s)>]");
70 70
71 for (int i = 0; i < cmdListN; i++) 71 for (int i = 0; i < cmdListN; i++)
72 { 72 {
73 const DMOptArg *cmd = &cmdList[i]; 73 const DMOptArg *cmd = &cmdList[i];
74 char tmpStr[128]; 74 char tmpStr[128];