changeset 1330:62ef5cc2b475

Clarify help.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Aug 2017 13:28:37 +0300
parents a8850642d0d2
children c0479e984242
files tools/gfxconv.c
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Tue Aug 22 13:25:45 2017 +0300
+++ b/tools/gfxconv.c	Tue Aug 22 13:28:37 2017 +0300
@@ -233,9 +233,10 @@
     "their RGB values as a hex triplet (#rrggbb). Example of a remap definition:\n"
     "-R #000000:0,#ffffff:1 would remap black and white to indices 0 and 1.\n"
     "\n"
-    "Remap file is specified as -R @filename, and it is a plan text file with\n"
-    "one remap definition per line. All empty lines and lines starting with a\n"
-    "semicolor (;) will be ignored. Whitespace separating items is ignored, too.\n"
+    "Remap file can be specified as \"-R @filename\", and it is a text file with\n"
+    "one remap definition per line in same format as above. All empty lines and\n"
+    "lines starting with a semicolor (;) will be ignored as comments. Any extra\n"
+    "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"