Document --powerline-left

This commit is contained in:
Matt McCormick 2016-07-31 22:03:18 -04:00
parent 1456c16cf8
commit 0941898c02
2 changed files with 8 additions and 4 deletions

@ -118,8 +118,10 @@ The full usage::
Prints this help message
-c, --colors
Use tmux colors in output
--powerline-right
Use powerline symbols throughout the output, DO NOT reset background color at the end, enables --colors
-p, --powerline-left
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>
Set tmux status refresh interval in seconds. Default: 1 second
-g <value>, --graph-lines <value>

@ -116,8 +116,10 @@ void print_help()
<< "\t Prints this help message\n"
<< "-c, --colors\n"
<< "\tUse tmux colors in output\n"
<< "-p, --powerline-right\n"
<< "\tUse powerline symbols throughout the output, DO NOT reset background color at the end, enables --colors\n"
<< "-p, --powerline-left\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"
<< "\tSet tmux status refresh interval in seconds. Default: 1 second\n"
<< "-g <value>, --graph-lines <value>\n"