From dcadec63a27647b58dafd65701688d4c129b633b Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Sun, 31 Jul 2016 22:06:56 -0400 Subject: [PATCH] Remove implementation details from --powerline- docs --- README.rst | 4 ++-- common/main.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c17d773..4125e0a 100644 --- a/README.rst +++ b/README.rst @@ -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 , --interval Set tmux status refresh interval in seconds. Default: 1 second -g , --graph-lines diff --git a/common/main.cc b/common/main.cc index 0e9ad39..2b237d8 100644 --- a/common/main.cc +++ b/common/main.cc @@ -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 , --interval \n" << "\tSet tmux status refresh interval in seconds. Default: 1 second\n" << "-g , --graph-lines \n"