# HG changeset patch # User Matti Hamalainen # Date 1588097297 -10800 # Node ID 2e38e1512a228b73b26aafb5eaaa198e69be58df # Parent ea5929b04a26e2f04f0ec25ee510e94b40537557 Fix/clarify an explanation in '-R' option help. diff -r ea5929b04a26 -r 2e38e1512a22 tools/gfxconv.c --- a/tools/gfxconv.c Tue Apr 28 20:58:55 2020 +0300 +++ b/tools/gfxconv.c Tue Apr 28 21:08:17 2020 +0300 @@ -294,8 +294,8 @@ " image file, or one of the internal gfxconv palettes, see '-p help')\n" " Modifiers: +alpha, +remove, +max=, +nomatch=\n" "\n" - " Example: '-R auto+remove -p pepto' would remap the input image to\n" - " the internal Pepto's C64 palette.\n" + " Example: '-R auto+remove -p pepto' would remap the input image to the\n" + " internal Pepto's C64 palette, removing any unused palette entries.\n" "\n" " 2) '-R <(#RRGGBBaa|index):index>[,<#RRGGBBaa|index>:index]'\n" " can be used to specify single RGB(A) color quadruplets/triplets or\n"