M4444 / TMatrix

Terminal based replica of the digital rain from The Matrix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in man page regarding background color

sebpardo opened this issue · comments

The man page incorrectly indicates the -C argument for changing both letter and background color when changing the background color should be -c, see line 78:

TMatrix/tmatrix.6

Lines 6 to 12 in 223fb2c

\fItmatrix\fR [--version] [--help] [--mode=<mode>]
[-s<value>|--steps-per-sec=<value>]
[-f<min>,<max>|--fall-speed=<min>,<max>]
[-G<min>,<max>|--start-gap=<min>,<max>]
[-g<min>,<max>|--gap=<min>,<max>] [-l<min>,<max>]
[-r<min>,<max>] [-C<color> | --color=<color>]
[-c<color> | --bakcground=<color>] [-t<text> | --title=<text>]

TMatrix/tmatrix.6

Lines 69 to 79 in 223fb2c

\-C, --color=<color>
Set the color of the Matrix characters.
.br
Available colors: \fBdefault\fR, \fBwhite\fR, \fBgray\fR, \fBblack\fR, \fBred\fR, \fBgreen\fR,
.br
\fByellow\fR, \fBblue\fR, \fBmagenta\fR, \fBcyan\fR.
.br
Default: \fIgreen\fR.
.TP 4
\-C, --background=<color>
Set the color of the background.

Nice catch, thanks! Do you want me to commit the change or would you like to send a pull request?

Probably easiest and fastest if you do it directly. Thanks for creating this, it's really cool!

Thank you, I appreciate it.
The commit is up. thanks for your contribution.