diff options
author | Steven Schubiger <stsc@refcnt.org> | 2013-02-19 18:10:16 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2013-02-19 18:10:16 +0100 |
commit | a41e21dd8e950267ce0be2dfc0ad444904764c23 (patch) | |
tree | 2dc147684d0f7721e2a16c1dc03c76053cbc11d2 /colorize.c | |
parent | 0ed67547ee6210b387dc5743d73a4936c873f526 (diff) | |
download | colorize-a41e21dd8e950267ce0be2dfc0ad444904764c23.tar.gz colorize-a41e21dd8e950267ce0be2dfc0ad444904764c23.tar.bz2 |
Print actual color separator in help output
Diffstat (limited to 'colorize.c')
-rw-r--r-- | colorize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++) { |