changeset 471:3f5163208ef6

Correct help.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 04 Nov 2012 21:30:21 +0200
parents 64f3281c7265
children 0359697eeb46
files gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gfxconv.c	Sun Nov 04 18:54:45 2012 +0200
+++ b/gfxconv.c	Sun Nov 04 21:30:21 2012 +0200
@@ -180,7 +180,7 @@
     "Color map definitions are used for ANSI and image output, to declare what\n"
     "output colors of the C64 palette are used for each single color/multi color\n"
     "bit-combination. For example, if the input is multi color sprite or char,\n"
-    "you can define colors like: -c 0,8,3,15 .. for single color: -c 0,1\n"
+    "you can define colors like: -c 0:8:3:15 .. for single color: -c 0:1\n"
     "The numbers are palette indexes, and the order is for bit(pair)-values\n"
     "00, 01, 10, 11 (multi color) and 0, 1 (single color). NOTICE! 255 is the\n"
     "special color that can be used for transparency.\n"