From 94aed0352cbfa63091d341b07ebc6d8b33ba6cac Mon Sep 17 00:00:00 2001 From: "henry.potgieter" Date: Mon, 27 Mar 2023 12:21:36 -0400 Subject: [PATCH] Corrected a character in usage output and updated README.rst --- README.rst | 4 ++-- common/main.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"