aboutsummaryrefslogtreecommitdiffstats
path: root/colorize.c
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2016-01-20 19:33:54 +0100
committerGravatar Steven Schubiger <stsc@refcnt.org> 2016-01-20 19:33:54 +0100
commit1c1a8fa43747729d189904ecc2a2a86de29b88b0 (patch)
treedac705c838495624a3275928869cfeb9247a4167 /colorize.c
parentb06babbc25367908898467939a1f168780046fa8 (diff)
downloadcolorize-1c1a8fa43747729d189904ecc2a2a86de29b88b0.tar.gz
colorize-1c1a8fa43747729d189904ecc2a2a86de29b88b0.tar.bz2
List color separator in version output
Diffstat (limited to 'colorize.c')
-rw-r--r--colorize.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/colorize.c b/colorize.c
index 67a78cf..3b25357 100644
--- a/colorize.c
+++ b/colorize.c
@@ -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");
}