From: Steven Schubiger Date: Tue, 19 Feb 2013 17:10:16 +0000 (+0100) Subject: Print actual color separator in help output X-Git-Tag: v0.50~8 X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=commitdiff_plain;h=a41e21dd8e950267ce0be2dfc0ad444904764c23 Print actual color separator in help output --- diff --git a/colorize.c b/colorize.c index ea9ca06..5b5d403 100644 --- a/colorize.c +++ b/colorize.c @@ -301,7 +301,7 @@ print_help (void) { unsigned int i; - printf ("Usage: %s (foreground) OR (foreground)/(background) OR --clean [-|file]\n\n", program_name); + printf ("Usage: %s (foreground) OR (foreground)%c(background) OR --clean [-|file]\n\n", program_name, COLOR_SEP_CHAR); printf ("\tColors (foreground) (background)\n"); for (i = 0; i < tables[FOREGROUND].count; i++) {