# HG changeset patch # User Matti Hamalainen # Date 1527508536 -10800 # Node ID e9a43ee46f713e50731f02372d61b5b127a32c93 # Parent ff794644a70acb234dd98e70d59dbbc80329e6e6 Add '-F' short option alias for '--formats'. diff -r ff794644a70a -r e9a43ee46f71 tools/gfxconv.c --- 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 },