changeset 422:066d93830743

Fix bplanes short option, now 'B' instead of 'b', as 'b' was already used for 'bformat' option.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 03 Nov 2012 08:11:29 +0200
parents f18f07d8a731
children 11b3adb3bdb1
files gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gfxconv.c	Sat Nov 03 07:54:23 2012 +0200
+++ b/gfxconv.c	Sat Nov 03 08:11:29 2012 +0200
@@ -148,7 +148,7 @@
     {10, 'b', "bformat",      "Force input bitmap format (see below)", OPT_ARGREQ },
     {11, 'w', "width",        "Item width (number of items per row, min 1)", OPT_ARGREQ },
     {12, 'P', "paletted",     "Use indexed/paletted output (png, pcx output only)", OPT_NONE },
-    {13, 'b', "bplanes",      "Bits per pixel OR # of bitplanes (certain output formats)", OPT_ARGREQ },
+    {13, 'B', "bplanes",      "Bits per pixel OR # of bitplanes (certain output formats)", OPT_ARGREQ },
     {14, 'I', "interleave",   "Interleave scanlines (default: output whole planes)", OPT_NONE },
 };