# HG changeset patch # User Matti Hamalainen # Date 1543944176 -7200 # Node ID 5b7f5505267c9be21b03d3a0f9f89574ed422509 # Parent 020f2151949a0b131c0a2b1b2de55428a1b4b3e7 Improve gfxconv --help a bit. diff -r 020f2151949a -r 5b7f5505267c tools/gfxconv.c --- 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 , 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 }, };