changeset 1862:4e1de3546890

Improve skip option (-s) description.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Jun 2018 17:02:32 +0300
parents 752893fa6412
children b2287ace1f0d
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Sun Jun 24 16:00:19 2018 +0300
+++ b/tools/gfxconv.c	Sun Jun 24 17:02:32 2018 +0300
@@ -122,7 +122,7 @@
     {  3, 'o', "output",        "Output filename", OPT_ARGREQ },
     {  1, 'i', "informat",      "Set input format (sprite[:mc:sc], char[:mc|sc], bitmap[:<bformat>], image)", OPT_ARGREQ },
     {  2, 'm', "multicolor",    "Input is multicolor / output in multicolor", OPT_NONE },
-    {  4, 's', "skip",          "Skip bytes in input", OPT_ARGREQ },
+    {  4, 's', "skip",          "Skip N bytes in input from start", OPT_ARGREQ },
     {  5, 'f', "format",        "Output format (see --formats)", OPT_ARGREQ },
     { 17, 'F', "formats",       "List supported input/output formats", OPT_NONE },
     {  8, 'q', "sequential",    "Output sequential files (image output only)", OPT_NONE },