comparison tools/64vw.c @ 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 f331cc750b37
comparison
equal deleted inserted replaced
2183:e3f0eaf23f4f 2184:5dc1e323d3d4
36 { 3, 'S', "scale", "Scale image by factor (1-10)", OPT_ARGREQ }, 36 { 3, 'S', "scale", "Scale image by factor (1-10)", OPT_ARGREQ },
37 { 4, 'f', "format", "Force input format (see --formats)", OPT_ARGREQ }, 37 { 4, 'f', "format", "Force input format (see --formats)", OPT_ARGREQ },
38 { 5, 'F', "formats", "List supported input formats", OPT_NONE }, 38 { 5, 'F', "formats", "List supported input formats", OPT_NONE },
39 { 6, 'i', "info", "Print information only (no display)", OPT_NONE }, 39 { 6, 'i', "info", "Print information only (no display)", OPT_NONE },
40 { 7, 'l', "list", "Output list of files that were recognized (implies -i)", OPT_NONE }, 40 { 7, 'l', "list", "Output list of files that were recognized (implies -i)", OPT_NONE },
41 { 8, 'p', "probe", "Probe only (do not attempt to decode the image)", OPT_NONE }, 41 { 8, 'P', "probe", "Probe only (do not attempt to decode the image)", OPT_NONE },
42 { 9, 0, "char-rom", "Set character ROM file to be used.", OPT_ARGREQ }, 42 { 9, 0, "char-rom", "Set character ROM file to be used.", OPT_ARGREQ },
43 }; 43 };
44 44
45 const int optListN = sizeof(optList) / sizeof(optList[0]); 45 const int optListN = sizeof(optList) / sizeof(optList[0]);
46 46