# HG changeset patch # User Matti Hamalainen # Date 1352254191 -7200 # Node ID d7fc7e011c903ca3cd037971b069f48a3021d3a7 # Parent b768bfb0b36410e6dbcf5a82caff9eba513878d0 Oops, the option help had \n. Fixed. diff -r b768bfb0b364 -r d7fc7e011c90 gfxconv.c --- 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]);