# HG changeset patch # User Matti Hamalainen # Date 1425061009 -7200 # Node ID 5af2097ab28452df108a132740b0412ad77cc538 # Parent a25b6da1c4a8ccebaba6145187c925ff62f75188 Cleanup gfxconv option help a bit. diff -r a25b6da1c4a8 -r 5af2097ab284 tools/gfxconv.c --- a/tools/gfxconv.c Fri Feb 27 20:15:34 2015 +0200 +++ b/tools/gfxconv.c Fri Feb 27 20:16:49 2015 +0200 @@ -164,9 +164,9 @@ { 6, 'c', "colormap", "Color mappings (see below for information)", OPT_ARGREQ }, { 7, 'n', "numitems", "How many 'items' to output (default: all)", OPT_ARGREQ }, { 11, 'w', "width", "Item width (number of items per row, min 1)", OPT_ARGREQ }, - { 9, 'S', "scale", "Scale output image by or : integer factor(s).\n" + { 9, 'S', "scale", "Scale output image by or : integer factor(s). " "-S scales both height and width by .", OPT_ARGREQ }, - { 12, 'P', "paletted", "Use indexed/paletted output (png, pcx output only)", OPT_NONE }, + { 12, 'P', "paletted", "Use indexed/paletted output IF possible.", OPT_NONE }, { 13, 'B', "bplanes", "Bits per pixel OR # of bitplanes (certain output formats)", OPT_ARGREQ }, { 14, 'I', "interleave", "Interleave output image scanlines (default: output whole planes)", OPT_NONE }, { 16, 'R', "remap", "Remap output image colors (-R <(#RRGGBB|index):index>[,<..>][+remove] | -R @map.txt[+remove])", OPT_ARGREQ },