diff options
author | Steven Schubiger <stsc@refcnt.org> | 2016-01-20 19:33:54 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2016-01-20 19:33:54 +0100 |
commit | 1c1a8fa43747729d189904ecc2a2a86de29b88b0 (patch) | |
tree | dac705c838495624a3275928869cfeb9247a4167 /colorize.c | |
parent | b06babbc25367908898467939a1f168780046fa8 (diff) | |
download | colorize-1c1a8fa43747729d189904ecc2a2a86de29b88b0.tar.gz colorize-1c1a8fa43747729d189904ecc2a2a86de29b88b0.tar.bz2 |
List color separator in version output
Diffstat (limited to 'colorize.c')
-rw-r--r-- | colorize.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); } |