Document --powerline-left
This commit is contained in:
parent
1456c16cf8
commit
0941898c02
@ -118,8 +118,10 @@ The full usage::
|
|||||||
Prints this help message
|
Prints this help message
|
||||||
-c, --colors
|
-c, --colors
|
||||||
Use tmux colors in output
|
Use tmux colors in output
|
||||||
--powerline-right
|
-p, --powerline-left
|
||||||
Use powerline symbols throughout the output, DO NOT reset background color at the end, enables --colors
|
Use powerline left symbols throughout the output, DO NOT reset background color at the end, enables --colors
|
||||||
|
-q, --powerline-right
|
||||||
|
Use powerline right symbols throughout the output, DO NOT reset background color at the end, enables --colors
|
||||||
-i <value>, --interval <value>
|
-i <value>, --interval <value>
|
||||||
Set tmux status refresh interval in seconds. Default: 1 second
|
Set tmux status refresh interval in seconds. Default: 1 second
|
||||||
-g <value>, --graph-lines <value>
|
-g <value>, --graph-lines <value>
|
||||||
|
@ -116,8 +116,10 @@ void print_help()
|
|||||||
<< "\t Prints this help message\n"
|
<< "\t Prints this help message\n"
|
||||||
<< "-c, --colors\n"
|
<< "-c, --colors\n"
|
||||||
<< "\tUse tmux colors in output\n"
|
<< "\tUse tmux colors in output\n"
|
||||||
<< "-p, --powerline-right\n"
|
<< "-p, --powerline-left\n"
|
||||||
<< "\tUse powerline symbols throughout the output, DO NOT reset background color at the end, enables --colors\n"
|
<< "\tUse powerline left symbols throughout the output, DO NOT reset background color at the end, enables --colors\n"
|
||||||
|
<< "-q, --powerline-right\n"
|
||||||
|
<< "\tUse powerline right symbols throughout the output, DO NOT reset background color at the end, enables --colors\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"
|
||||||
<< "-g <value>, --graph-lines <value>\n"
|
<< "-g <value>, --graph-lines <value>\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user