diff options
author | Steven Schubiger <stsc@refcnt.org> | 2019-08-27 22:44:54 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2019-08-27 22:44:54 +0200 |
commit | 0cece912fc4a5d40bceb42ba9478539cc1e102b8 (patch) | |
tree | 1015d26f6c6053ee4992da033ee551574271ec8e /colorize.1 | |
parent | f71e04ab70ae8fc7eeca70e90828bfb1e4fbaa01 (diff) | |
download | colorize-0cece912fc4a5d40bceb42ba9478539cc1e102b8.tar.gz colorize-0cece912fc4a5d40bceb42ba9478539cc1e102b8.tar.bz2 |
Introduce --config
Diffstat (limited to 'colorize.1')
-rw-r--r-- | colorize.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.TH COLORIZE 1 "2019-08-22" "colorize v0.64" "User Commands" +.TH COLORIZE 1 "2019-08-27" "colorize v0.64" "User Commands" .SH NAME colorize \- colorize text on terminal with ANSI escape sequences .SH SYNOPSIS @@ -40,6 +40,9 @@ clean text from color escape sequences emitted by colorize .BR \-\-clean\-all clean text from all valid color escape sequences .TP +.BR \-\-config=\fIPATH\fR +alternate configuration file location +.TP .BR \-\-exclude\-random=\fICOLOR\fR text color to be excluded when selecting a random foreground color .TP |