changeset 1640:e9a43ee46f71

Add '-F' short option alias for '--formats'.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 28 May 2018 14:55:36 +0300
parents ff794644a70a
children f28f36162740
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Mon May 28 14:52:45 2018 +0300
+++ b/tools/gfxconv.c	Mon May 28 14:55:36 2018 +0300
@@ -124,7 +124,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,  0 , "formats",       "List supported input/output formats", OPT_NONE },
+    { 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 },
     {  7, 'n', "numitems",      "How many 'items' to output (default: all)", OPT_ARGREQ },