]> git.refcnt.org Git - colorize.git/commitdiff
Print actual color separator in help output
authorSteven Schubiger <stsc@refcnt.org>
Tue, 19 Feb 2013 17:10:16 +0000 (18:10 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Tue, 19 Feb 2013 17:10:16 +0000 (18:10 +0100)
colorize.c

index ea9ca069b67c4017457f14f2edf9a2ad007b2a01..5b5d40373a664857a56b61fdefb046123ab1468c 100644 (file)
@@ -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++)
       {