# HG changeset patch # User Matti Hamalainen # Date 1560360830 -10800 # Node ID 5dc1e323d3d459bbd50fb83772c7114f0e5ddf7b # Parent e3f0eaf23f4fe3ed30dfb47384179f9d95b0a374 Rename short option '-p' (probe only) to '-P'. diff -r e3f0eaf23f4f -r 5dc1e323d3d4 tools/64vw.c --- 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 }, };