changeset 2510:e1a71d9eaede

Some improvements/fixes to -R option help.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 29 Apr 2020 13:35:56 +0300
parents 0c0576544d41
children 6f2572b6f151
files tools/gfxconv.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Wed Apr 29 01:31:20 2020 +0300
+++ b/tools/gfxconv.c	Wed Apr 29 13:35:56 2020 +0300
@@ -301,12 +301,12 @@
             "    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"
+            " 2) '-R <#RRGGBBaa|index>:<index>[,<(#RRGGBBaa|index):<index>[,...]]'\n"
             "    can be used to specify single RGB(A) color quadruplets/triplets or\n"
             "    palette indices to be remapped to destination palette indices. Any\n"
-            "    Unspecified indices will be automatically mapped. Specifying alpha\n"
-            "    channel is optional, and will require +alpha flag to be enabled for\n"
-            "    comparisions.\n"
+            "    unspecified indices will be automatically mapped. Specifying alpha\n"
+            "    channel is optional, and will require +alpha flag/modifier to be\n"
+            "    enabled for comparisions to take alpha channel into account.\n"
             "\n"
             "    Example: '-R #000000:0,#ffffff:1' would map black and white to indices 0 and 1.\n"
             "\n"