]> git.refcnt.org Git - colorize.git/blobdiff - colorize.c
List color separator in version output
[colorize.git] / colorize.c
index 67a78cffccebe5a7cf4738216371df74800bb806..3b25357a9fab37665273a0374a8b79bd3e298390 100644 (file)
@@ -482,6 +482,7 @@ print_version (void)
       }
     else
       printf ("Buffer size: %lu byte%s\n", (unsigned long)BUF_SIZE, BUF_SIZE > 1 ? "s" : "");
+    printf ("Color separator: '%c'\n", COLOR_SEP_CHAR);
     printf ("Debugging: %s\n", debug ? "yes" : "no");
 }