diff options
author | Steven Schubiger <stsc@refcnt.org> | 2015-03-02 15:26:05 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2015-03-02 15:26:05 +0100 |
commit | 35fbd9e9d339d3c338f089cb9802b152c3dc01fd (patch) | |
tree | f7cabc8f7b3dc24c1d43053d80556e109e96717a /colorize.1 | |
parent | a61494ccfa8ca882455a194193c432aeb204ea44 (diff) | |
download | colorize-35fbd9e9d339d3c338f089cb9802b152c3dc01fd.tar.gz colorize-35fbd9e9d339d3c338f089cb9802b152c3dc01fd.tar.bz2 |
Convert short version option to uppercase
Diffstat (limited to 'colorize.1')
-rw-r--r-- | colorize.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.TH COLORIZE 1 "2014-01-02" "colorize v0.55" "User Commands" +.TH COLORIZE 1 "2015-03-02" "colorize v0.55" "User Commands" .SH NAME colorize \- colorize text with escape sequences .SH SYNOPSIS @@ -8,7 +8,7 @@ colorize \- colorize text with escape sequences .PP \fBcolorize\fR \-\-clean[\-all] [\fIfile\fR] .PP -\fBcolorize\fR \-hv +\fBcolorize\fR \-hV .SH DESCRIPTION Colorizes text read from standard input stream or file by using ANSI escape sequences (and also vice versa, i.e. cleaning text from sequences) @@ -40,7 +40,7 @@ text color to be excluded when selecting a random foreground color .BR \-h ", " \-\-help show help screen and exit .TP -.BR \-v ", " \-\-version +.BR \-V ", " \-\-version display version data and exit .SH NOTES The list of color escape sequence codes being emitted and omitted is |