changeset 2498:2e38e1512a22

Fix/clarify an explanation in '-R' option help.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 28 Apr 2020 21:08:17 +0300
parents ea5929b04a26
children b7d340e045fb
files tools/gfxconv.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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=<n.n>, +nomatch=<n>\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"