changeset 1873:91705a2bc3a4

Clarify gfxconv help.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Jun 2018 20:26:39 +0300
parents fe15412eec10
children b386d339056f
files tools/gfxconv.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Sun Jun 24 19:07:43 2018 +0300
+++ b/tools/gfxconv.c	Sun Jun 24 20:26:39 2018 +0300
@@ -120,9 +120,9 @@
     {  0, '?', "help",          "Show this help", OPT_NONE },
     { 15, 'v', "verbose",       "Increase verbosity", OPT_NONE },
     {  3, 'o', "output",        "Output filename", OPT_ARGREQ },
-    {  1, 'i', "informat",      "Set input format (spr[:mc:sc], chr[:mc|sc] or any supported image or C64 bitmap format)", OPT_ARGREQ },
     {  4, 's', "skip",          "Skip N bytes in input from start", OPT_ARGREQ },
-    {  5, 'f', "format",        "Output format (see --formats and --informat/-i for spr/chr formats)", 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 },
     {  8, 'q', "sequential",    "Output sequential files (image output only)", OPT_NONE },
     {  6, 'c', "colormap",      "Color mappings (see below for information)", OPT_ARGREQ },