diff --git a/README.rst b/README.rst index 566594d..b4370d1 100644 --- a/README.rst +++ b/README.rst @@ -144,8 +144,8 @@ The full usage:: Use tmux colors in output -p, --powerline-left Use powerline left symbols throughout the output, enables --colors - -n, --nerd-graph - Use NerdFont characters to render CPU graph as vertical bar chart + -v, --vertical-graph + Use vertical bar chart for CPU graph -q, --powerline-right Use powerline right symbols throughout the output, enables --colors -i , --interval diff --git a/common/main.cc b/common/main.cc index 41536ba..e684467 100644 --- a/common/main.cc +++ b/common/main.cc @@ -129,7 +129,7 @@ void print_help() << "\tUse powerline left symbols throughout the output, enables --colors\n" << "-q, --powerline-right\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" << "-i , --interval \n" << "\tSet tmux status refresh interval in seconds. Default: 1 second\n"