# HG changeset patch # User Matti Hamalainen # Date 1588102707 -10800 # Node ID 19e546da038f2d23bfebc0552824e3d85da86c5e # Parent 62b7dfd5bfa52700df9c3294daebd9bd9fbe47fd All the -R modes now accept all the different sub-options/modifiers, so no need to list them separately for each mode. diff -r 62b7dfd5bfa5 -r 19e546da038f tools/gfxconv.c --- a/tools/gfxconv.c Tue Apr 28 22:31:45 2020 +0300 +++ b/tools/gfxconv.c Tue Apr 28 22:38:27 2020 +0300 @@ -293,7 +293,6 @@ " will remap input image to a destination palette specified with the\n" " '-p' option (which may be a supported palette file, another paletted\n" " 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 the\n" " internal Pepto's C64 palette, removing any unused palette entries.\n" @@ -304,7 +303,6 @@ " Unspecified indices will be automatically mapped. Specifying alpha\n" " channel is optional, and will require +alpha flag to be enabled for\n" " comparisions.\n" - " Modifiers: +alpha, +remove, +max=, +nomatch=\n" "\n" " Example: '-R #000000:0,#ffffff:1' would map black and white to indices 0 and 1.\n" "\n" @@ -313,7 +311,6 @@ " remap definition per line in same format as above. All empty lines and\n" " lines starting with a semicolor (;) will be ignored as comments. Also\n" " any extra whitespace separating items will be ignored as well.\n" - " Modifiers: +remove\n" "\n" "Optional modifier flags can be specified as well:\n" "\n"