diff tools/64vw.c @ 2137:903effcd616b

Use only long option for char ROM.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 29 May 2019 10:24:53 +0300
parents cffadb745484
children 875e2b7b24dd
line wrap: on
line diff
--- a/tools/64vw.c	Wed May 29 09:11:46 2019 +0300
+++ b/tools/64vw.c	Wed May 29 10:24:53 2019 +0300
@@ -39,7 +39,7 @@
     { 6, 'i', "info",       "Print information only (no display)", OPT_NONE },
     { 7, 'l', "list",       "Output list of files that were recognized (implies -i)", OPT_NONE },
     { 8, 'p', "probe",      "Probe only (do not attempt to decode the image)", OPT_NONE },
-    { 9, 'G', "char-rom",   "Set character ROM file to be used.", OPT_ARGREQ },
+    { 9,   0, "char-rom",   "Set character ROM file to be used.", OPT_ARGREQ },
 };
 
 const int optListN = sizeof(optList) / sizeof(optList[0]);