]> git.refcnt.org Git - colorize.git/blobdiff - colorize.c
Print actual color separator in help output
[colorize.git] / 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++)
       {