A few switches do not appear in help page printed with cmatrix -h, which is inconsistent.
The following are omitted:
-L
-o
-n
-r
-k
Additionally, the usage instructions within cmatrix and the man page do not appear to be synchronized.
To Reproduce
Run man cmatrix or cmatrix -h
Expected behavior
The man page and help page are identical, or at least consistent. Additionally, all the switches are listed at the top, or the switches are outright removed and replaced with a generic placeholder.
Describe the bug https://github.com/abishekvashok/cmatrix/blob/3ed4d003f386cef4a6364e440cbfd390a1104688/cmatrix.c#L140 https://github.com/abishekvashok/cmatrix/blob/3ed4d003f386cef4a6364e440cbfd390a1104688/cmatrix.1#L6
A few switches do not appear in help page printed with
cmatrix -h
, which is inconsistent.The following are omitted:
-L
-o
-n
-r
-k
Additionally, the usage instructions within cmatrix and the man page do not appear to be synchronized.
To Reproduce Run
man cmatrix
orcmatrix -h
Expected behavior The man page and help page are identical, or at least consistent. Additionally, all the switches are listed at the top, or the switches are outright removed and replaced with a generic placeholder.