Corrected a character in usage output and updated README.rst
This commit is contained in:
parent
e232eef156
commit
94aed0352c
@ -144,8 +144,8 @@ The full usage::
|
|||||||
Use tmux colors in output
|
Use tmux colors in output
|
||||||
-p, --powerline-left
|
-p, --powerline-left
|
||||||
Use powerline left symbols throughout the output, enables --colors
|
Use powerline left symbols throughout the output, enables --colors
|
||||||
-n, --nerd-graph
|
-v, --vertical-graph
|
||||||
Use NerdFont characters to render CPU graph as vertical bar chart
|
Use vertical bar chart for CPU graph
|
||||||
-q, --powerline-right
|
-q, --powerline-right
|
||||||
Use powerline right symbols throughout the output, enables --colors
|
Use powerline right symbols throughout the output, enables --colors
|
||||||
-i <value>, --interval <value>
|
-i <value>, --interval <value>
|
||||||
|
@ -129,7 +129,7 @@ void print_help()
|
|||||||
<< "\tUse powerline left symbols throughout the output, enables --colors\n"
|
<< "\tUse powerline left symbols throughout the output, enables --colors\n"
|
||||||
<< "-q, --powerline-right\n"
|
<< "-q, --powerline-right\n"
|
||||||
<< "\tUse powerline right symbols throughout the output, enables --colors\n"
|
<< "\tUse powerline right symbols throughout the output, enables --colors\n"
|
||||||
<< "-n, --vertical-graph\n"
|
<< "-v, --vertical-graph\n"
|
||||||
<< "\tUse vertical bar chart for CPU graph\n"
|
<< "\tUse vertical bar chart for CPU graph\n"
|
||||||
<< "-i <value>, --interval <value>\n"
|
<< "-i <value>, --interval <value>\n"
|
||||||
<< "\tSet tmux status refresh interval in seconds. Default: 1 second\n"
|
<< "\tSet tmux status refresh interval in seconds. Default: 1 second\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user