changeset 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 a8a942c25df3
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Sat Jul 07 01:12:21 2018 +0300
+++ b/tools/gfxconv.c	Sat Jul 07 01:16:00 2018 +0300
@@ -133,7 +133,7 @@
     {  0, '?', "help",          "Show this help", OPT_NONE },
     { 15, 'v', "verbose",       "Increase verbosity", OPT_NONE },
     {  3, 'o', "output",        "Output filename", OPT_ARGREQ },
-    {  4, 's', "skip",          "Skip N bytes in input from start", OPT_ARGREQ },
+    {  4, 's', "skip",          "Skip N bytes in input from start (negative value will be offset from input end)", OPT_ARGREQ },
     {  1, 'i', "informat",      "Set input format (spr[:mc|sc], chr[:mc|sc] or any supported image or C64 bitmap format, see --formats)", OPT_ARGREQ },
     {  5, 'f', "format",        "Set output format (spr[:mc|sc], chr[:mc|sc] or any supported image or C64 bitmap format, see --formats)", OPT_ARGREQ },
     { 17, 'F', "formats",       "List supported input/output formats", OPT_NONE },