changeset 987:5af2097ab284

Cleanup gfxconv option help a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 27 Feb 2015 20:16:49 +0200
parents a25b6da1c4a8
children 027083293a8e
files tools/gfxconv.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <n> or <x>:<y> integer factor(s).\n"
+    {  9, 'S', "scale",         "Scale output image by <n> or <x>:<y> integer factor(s). "
                                 "-S <n> scales both height and width by <n>.", 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 },