comparison tools/64vw.c @ 2243:79ece1072143

Make it clear that 64vw accepts multiple files as argument.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 15 Jun 2019 07:55:49 +0300
parents 65a2c2e99c81
children 2e656da1b10b
comparison
equal deleted inserted replaced
2242:65a2c2e99c81 2243:79ece1072143
57 } 57 }
58 58
59 59
60 void argShowHelp() 60 void argShowHelp()
61 { 61 {
62 dmPrintBanner(stdout, dmProgName, "[options] <input image file>"); 62 dmPrintBanner(stdout, dmProgName, "[options] <input image file(s)>");
63 dmArgsPrintHelp(stdout, optList, optListN, 0); 63 dmArgsPrintHelp(stdout, optList, optListN, 0);
64 64
65 fprintf(stdout, 65 fprintf(stdout,
66 "\n" 66 "\n"
67 "Default character ROM file for this build is:\n" 67 "Default character ROM file for this build is:\n"