# HG changeset patch # User Matti Hamalainen # Date 1351923089 -7200 # Node ID 066d9383074367f7dd9109277cf1c220cae3a1a2 # Parent f18f07d8a731167c8d7e5fd3e18d4ee03ea11e8e Fix bplanes short option, now 'B' instead of 'b', as 'b' was already used for 'bformat' option. diff -r f18f07d8a731 -r 066d93830743 gfxconv.c --- 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 }, };