diff options
author | Steven Schubiger <stsc@refcnt.org> | 2018-02-02 13:41:35 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2018-02-02 13:41:35 +0100 |
commit | 873cb28ff8c8e0a4b64cc872878a72b5fcd66a98 (patch) | |
tree | 6da464cf9f185106bcfb6ecf8b836a4322287d3e /colorize.1 | |
parent | 50c854a0abbb5a741c35b718bb1bf04eb84985d5 (diff) | |
parent | a9d54ff20482e80ea17deb5a431f1bbae3a91637 (diff) | |
download | colorize-873cb28ff8c8e0a4b64cc872878a72b5fcd66a98.tar.gz colorize-873cb28ff8c8e0a4b64cc872878a72b5fcd66a98.tar.bz2 |
Merge branch 'opt_omit_color_empty'
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 "2017-07-16" "colorize v0.63" "User Commands" +.TH COLORIZE 1 "2018-01-31" "colorize v0.63" "User Commands" .SH NAME colorize \- colorize text on terminal with ANSI escape sequences .SH SYNOPSIS @@ -43,6 +43,9 @@ clean text from all valid color escape sequences .BR \-\-exclude\-random=\fICOLOR\fR text color to be excluded when selecting a random foreground color .TP +.BR \-\-omit\-color\-empty +omit printing color escape sequences for empty lines +.TP .BR \-h ", " \-\-help show help screen and exit .TP |