changeset 1293:1dce9e5f4a2f

Oops, two options were overlapping, fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 18 Aug 2017 20:04:31 +0300
parents 92e99ea23811
children 9f2117f1584a
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 },
 };