comparison gfxconv.c @ 480:d7fc7e011c90

Oops, the option help had \n. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 04:09:51 +0200
parents b768bfb0b364
children c3f0fca5b596
comparison
equal deleted inserted replaced
479:b768bfb0b364 480:d7fc7e011c90
151 { 11, 'w', "width", "Item width (number of items per row, min 1)", OPT_ARGREQ }, 151 { 11, 'w', "width", "Item width (number of items per row, min 1)", OPT_ARGREQ },
152 { 12, 'P', "paletted", "Use indexed/paletted output (png, pcx output only)", OPT_NONE }, 152 { 12, 'P', "paletted", "Use indexed/paletted output (png, pcx output only)", OPT_NONE },
153 { 13, 'B', "bplanes", "Bits per pixel OR # of bitplanes (certain output formats)", OPT_ARGREQ }, 153 { 13, 'B', "bplanes", "Bits per pixel OR # of bitplanes (certain output formats)", OPT_ARGREQ },
154 { 14, 'I', "interleave", "Interleave scanlines (default: output whole planes)", OPT_NONE }, 154 { 14, 'I', "interleave", "Interleave scanlines (default: output whole planes)", OPT_NONE },
155 { 16, 'R', "remap", "Remap output image colors (-R <(#RRGGBB|index):index>[,<..>] | -R @map.txt)", OPT_ARGREQ }, 155 { 16, 'R', "remap", "Remap output image colors (-R <(#RRGGBB|index):index>[,<..>] | -R @map.txt)", OPT_ARGREQ },
156 { 18, 'r', "remap-remove", "Remove unused colors from remapped palette (requires -R)\n", OPT_NONE }, 156 { 18, 'r', "remap-remove", "Remove unused colors from remapped palette (requires -R)", OPT_NONE },
157 }; 157 };
158 158
159 static const int optListN = sizeof(optList) / sizeof(optList[0]); 159 static const int optListN = sizeof(optList) / sizeof(optList[0]);
160 160
161 161