# HG changeset patch # User Matti Hamalainen # Date 1503075871 -10800 # Node ID 1dce9e5f4a2fc1be0472a60e69641c0f05b50e6f # Parent 92e99ea23811f3fdab79a10caab5a867ccb9f4e5 Oops, two options were overlapping, fixed. diff -r 92e99ea23811 -r 1dce9e5f4a2f tools/gfxconv.c --- a/tools/gfxconv.c Fri Aug 18 19:44:27 2017 +0300 +++ b/tools/gfxconv.c Fri Aug 18 20:04:31 2017 +0300 @@ -170,7 +170,7 @@ { 12, 'P', "paletted", "Use indexed/paletted output IF possible.", OPT_NONE }, { 13, 'N', "nplanes", "# of bitplanes (some output formats)", OPT_ARGREQ }, { 18, 'B', "bpp", "Bits per pixel (some output formats)", OPT_ARGREQ }, - { 14, 'P', "planar", "Interleaved/planar output (some output formats)", OPT_NONE }, + { 14, 'I', "interleave", "Interleaved/planar output (some output formats)", OPT_NONE }, { 16, 'R', "remap", "Remap output image colors (-R <(#RRGGBB|index):index>[,<..>][+remove] | -R @map.txt[+remove])", OPT_ARGREQ }, };