From 35f9618d1f2f877109361f57596967496f291529 Mon Sep 17 00:00:00 2001 From: "henry.potgieter" Date: Thu, 30 Mar 2023 23:44:55 -0400 Subject: [PATCH] Add additional usage instructions --- README.rst | 2 ++ common/main.cc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.rst b/README.rst index b4692cf..e606754 100644 --- a/README.rst +++ b/README.rst @@ -148,8 +148,10 @@ The full usage:: Use vertical bar chart for CPU graph -l , --segments-left Enable blending bg/fg color (depending on -p or -q use) with segment to left + Provide color to be used depending on -p or -q option for seamless segment blending -r , --segments-right Enable blending bg/fg color (depending on -p or -q use) with segment to right + Provide color to be used depending on -p or -q option for seamless segment blending -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 2489095..3d7976d 100644 --- a/common/main.cc +++ b/common/main.cc @@ -133,8 +133,10 @@ void print_help() << "\tUse vertical bar chart for CPU graph\n" << "-l , --segments-left \n" << "\tEnable blending bg/fg color (depending on -p or -q use) with segment to left\n" + << "\tProvide color to be used depending on -p or -q option for seamless segment blending\n" << "-r , --segments-right \n" << "\tEnable blending bg/fg color (depending on -p or -q use) with segment to right\n" + << "\tProvide color to be used depending on -p or -q option for seamless segment blending\n" << "-i , --interval \n" << "\tSet tmux status refresh interval in seconds. Default: 1 second\n" << "-g , --graph-lines \n"