changeset 2059:5b7f5505267c

Improve gfxconv --help a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Dec 2018 19:22:56 +0200
parents 020f2151949a
children d5ea82da40ab
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Tue Dec 04 19:22:40 2018 +0200
+++ b/tools/gfxconv.c	Tue Dec 04 19:22:56 2018 +0200
@@ -163,7 +163,7 @@
     { 13, 'N', "nplanes",       "# of bitplanes (some output formats)", OPT_ARGREQ },
     { 18, 'B', "bpp",           "Bits per pixel (some output formats)", OPT_ARGREQ },
     { 14, 'I', "interleave",    "Interleaved/planar output (some output formats)", OPT_NONE },
-    { 20, 'C', "compress",      "Use compression -C <level 0-9>, 0 = disable, default is 9", OPT_ARGREQ },
+    { 20, 'C', "compress",      "Use compression -C <0-9>, 0 = disable, default is 9", OPT_ARGREQ },
     { 16, 'R', "remap",         "Remap output image colors (-R <(#RRGGBB|index):index>[,<..>][+remove] | -R @map.txt[+remove])", OPT_ARGREQ },
 };