# HG changeset patch # User Matti Hamalainen # Date 1544446217 -7200 # Node ID 838ed06b3927673808441e1ee7af22420ed90493 # Parent eeddaf4110831206d7d99aaeae847496f730604e Make a note about '-R +remove' in help. diff -r eeddaf411083 -r 838ed06b3927 tools/gfxconv.c --- a/tools/gfxconv.c Mon Dec 10 14:41:19 2018 +0200 +++ b/tools/gfxconv.c Mon Dec 10 14:50:17 2018 +0200 @@ -244,8 +244,9 @@ "whitespace separating items will be ignored as well.\n" "\n" "Optional +remove can be specified (-R <...>+remove), which will remove all\n" - "unused colors from the palette. This is not usually desirable, for example\n" - "when converting multiple images to same palette.\n" + "unused colors from the palette. This is not always desirable, for example\n" + "when converting multiple images to same palette. You can also specify the\n" + "+remove option by itself to remove all unused colors: -R +remove\n" "\n" "Color index mapping (-m)\n" "------------------------\n"