comparison tools/gfxconv.c @ 1873:91705a2bc3a4

Clarify gfxconv help.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Jun 2018 20:26:39 +0300
parents 7d615a735ce1
children b386d339056f
comparison
equal deleted inserted replaced
1872:fe15412eec10 1873:91705a2bc3a4
118 static const DMOptArg optList[] = 118 static const DMOptArg optList[] =
119 { 119 {
120 { 0, '?', "help", "Show this help", OPT_NONE }, 120 { 0, '?', "help", "Show this help", OPT_NONE },
121 { 15, 'v', "verbose", "Increase verbosity", OPT_NONE }, 121 { 15, 'v', "verbose", "Increase verbosity", OPT_NONE },
122 { 3, 'o', "output", "Output filename", OPT_ARGREQ }, 122 { 3, 'o', "output", "Output filename", OPT_ARGREQ },
123 { 1, 'i', "informat", "Set input format (spr[:mc:sc], chr[:mc|sc] or any supported image or C64 bitmap format)", OPT_ARGREQ },
124 { 4, 's', "skip", "Skip N bytes in input from start", OPT_ARGREQ }, 123 { 4, 's', "skip", "Skip N bytes in input from start", OPT_ARGREQ },
125 { 5, 'f', "format", "Output format (see --formats and --informat/-i for spr/chr formats)", OPT_ARGREQ }, 124 { 1, 'i', "informat", "Set input format (spr[:mc|sc], chr[:mc|sc] or any supported image or C64 bitmap format, see --formats)", OPT_ARGREQ },
125 { 5, 'f', "format", "Set output format (spr[:mc|sc], chr[:mc|sc] or any supported image or C64 bitmap format, see --formats)", OPT_ARGREQ },
126 { 17, 'F', "formats", "List supported input/output formats", OPT_NONE }, 126 { 17, 'F', "formats", "List supported input/output formats", OPT_NONE },
127 { 8, 'q', "sequential", "Output sequential files (image output only)", OPT_NONE }, 127 { 8, 'q', "sequential", "Output sequential files (image output only)", OPT_NONE },
128 { 6, 'c', "colormap", "Color mappings (see below for information)", OPT_ARGREQ }, 128 { 6, 'c', "colormap", "Color mappings (see below for information)", OPT_ARGREQ },
129 { 7, 'n', "numitems", "How many 'items' to output (default: all)", OPT_ARGREQ }, 129 { 7, 'n', "numitems", "How many 'items' to output (default: all)", OPT_ARGREQ },
130 { 11, 'w', "width", "Item width (number of items per row, min 1)", OPT_ARGREQ }, 130 { 11, 'w', "width", "Item width (number of items per row, min 1)", OPT_ARGREQ },