changeset 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 b26e37e7cbe6
files tools/64vw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/64vw.c	Sat Jun 15 07:55:26 2019 +0300
+++ b/tools/64vw.c	Sat Jun 15 07:55:49 2019 +0300
@@ -59,7 +59,7 @@
 
 void argShowHelp()
 {
-    dmPrintBanner(stdout, dmProgName, "[options] <input image file>");
+    dmPrintBanner(stdout, dmProgName, "[options] <input image file(s)>");
     dmArgsPrintHelp(stdout, optList, optListN, 0);
 
     fprintf(stdout,