comparison tools/gfxconv.c @ 2006:9f7e9a393771

Document the negative input skip in -s option help.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Jul 2018 01:16:00 +0300
parents 2ff214f811b4
children 09d548b08150
comparison
equal deleted inserted replaced
2005:2ff214f811b4 2006:9f7e9a393771
131 static const DMOptArg optList[] = 131 static const DMOptArg optList[] =
132 { 132 {
133 { 0, '?', "help", "Show this help", OPT_NONE }, 133 { 0, '?', "help", "Show this help", OPT_NONE },
134 { 15, 'v', "verbose", "Increase verbosity", OPT_NONE }, 134 { 15, 'v', "verbose", "Increase verbosity", OPT_NONE },
135 { 3, 'o', "output", "Output filename", OPT_ARGREQ }, 135 { 3, 'o', "output", "Output filename", OPT_ARGREQ },
136 { 4, 's', "skip", "Skip N bytes in input from start", OPT_ARGREQ }, 136 { 4, 's', "skip", "Skip N bytes in input from start (negative value will be offset from input end)", OPT_ARGREQ },
137 { 1, 'i', "informat", "Set input format (spr[:mc|sc], chr[:mc|sc] or any supported image or C64 bitmap format, see --formats)", OPT_ARGREQ }, 137 { 1, 'i', "informat", "Set input format (spr[:mc|sc], chr[:mc|sc] or any supported image or C64 bitmap format, see --formats)", OPT_ARGREQ },
138 { 5, 'f', "format", "Set output format (spr[:mc|sc], chr[:mc|sc] or any supported image or C64 bitmap format, see --formats)", OPT_ARGREQ }, 138 { 5, 'f', "format", "Set output format (spr[:mc|sc], chr[:mc|sc] or any supported image or C64 bitmap format, see --formats)", OPT_ARGREQ },
139 { 17, 'F', "formats", "List supported input/output formats", OPT_NONE }, 139 { 17, 'F', "formats", "List supported input/output formats", OPT_NONE },
140 { 8, 'q', "sequential", "Output sequential files (image output only)", OPT_NONE }, 140 { 8, 'q', "sequential", "Output sequential files (image output only)", OPT_NONE },
141 { 6, 'c', "colormap", "Set color mapping (see below for information)", OPT_ARGREQ }, 141 { 6, 'c', "colormap", "Set color mapping (see below for information)", OPT_ARGREQ },