changeset 2184:5dc1e323d3d4

Rename short option '-p' (probe only) to '-P'.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Jun 2019 20:33:50 +0300
parents e3f0eaf23f4f
children 6ba6ca5632d2
files tools/64vw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/64vw.c	Wed Jun 12 20:25:06 2019 +0300
+++ b/tools/64vw.c	Wed Jun 12 20:33:50 2019 +0300
@@ -38,7 +38,7 @@
     { 5, 'F', "formats",    "List supported input formats", OPT_NONE },
     { 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 },
+    { 8, 'P', "probe",      "Probe only (do not attempt to decode the image)", OPT_NONE },
     { 9,   0, "char-rom",   "Set character ROM file to be used.", OPT_ARGREQ },
 };