changeset 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
files gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gfxconv.c	Wed Nov 07 04:09:00 2012 +0200
+++ b/gfxconv.c	Wed Nov 07 04:09:51 2012 +0200
@@ -153,7 +153,7 @@
     { 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 },
     { 16, 'R', "remap",        "Remap output image colors (-R <(#RRGGBB|index):index>[,<..>] | -R @map.txt)", OPT_ARGREQ },
-    { 18, 'r', "remap-remove", "Remove unused colors from remapped palette (requires -R)\n", OPT_NONE },
+    { 18, 'r', "remap-remove", "Remove unused colors from remapped palette (requires -R)", OPT_NONE },
 };
 
 static const int optListN = sizeof(optList) / sizeof(optList[0]);