Remove implementation details from --powerline- docs

This commit is contained in:
Matt McCormick 2016-07-31 22:06:56 -04:00
parent 0941898c02
commit dcadec63a2
2 changed files with 4 additions and 4 deletions

@ -119,9 +119,9 @@ The full usage::
-c, --colors
Use tmux colors in output
-p, --powerline-left
Use powerline left symbols throughout the output, DO NOT reset background color at the end, enables --colors
Use powerline left symbols throughout the output, enables --colors
-q, --powerline-right
Use powerline right symbols throughout the output, DO NOT reset background color at the end, enables --colors
Use powerline right symbols throughout the output, enables --colors
-i <value>, --interval <value>
Set tmux status refresh interval in seconds. Default: 1 second
-g <value>, --graph-lines <value>

@ -117,9 +117,9 @@ void print_help()
<< "-c, --colors\n"
<< "\tUse tmux colors in output\n"
<< "-p, --powerline-left\n"
<< "\tUse powerline left symbols throughout the output, DO NOT reset background color at the end, enables --colors\n"
<< "\tUse powerline left symbols throughout the output, 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"
<< "\tUse powerline right symbols throughout the output, 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"