diff tools/gfxconv.c @ 822:b034c1457aa5

Remove -F, leave only --formats option.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 16 May 2014 20:11:22 +0300
parents 8ec16cca0eef
children f0429dbd77ec
line wrap: on
line diff
--- a/tools/gfxconv.c	Fri May 16 20:10:49 2014 +0300
+++ b/tools/gfxconv.c	Fri May 16 20:11:22 2014 +0300
@@ -144,7 +144,7 @@
     {  2, 'm', "multicolor",   "Input is multicolor / output in multicolor", OPT_NONE },
     {  4, 's', "skip",         "Skip bytes in input", OPT_ARGREQ },
     {  5, 'f', "format",       "Output format (see --formats)", OPT_ARGREQ },
-    { 17, 'F', "formats",      "Output format (see list below)", OPT_NONE },
+    { 17,  0 , "formats",      "List available 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 },
     {  7, 'n', "numitems",     "How many 'items' to view (default: all)", OPT_ARGREQ },