From a41e21dd8e950267ce0be2dfc0ad444904764c23 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Tue, 19 Feb 2013 18:10:16 +0100 Subject: Print actual color separator in help output --- colorize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) { -- cgit v1.2.3