Add additional usage instructions
This commit is contained in:
parent
0c9a8d4612
commit
35f9618d1f
@ -148,8 +148,10 @@ The full usage::
|
|||||||
Use vertical bar chart for CPU graph
|
Use vertical bar chart for CPU graph
|
||||||
-l <value>, --segments-left <value>
|
-l <value>, --segments-left <value>
|
||||||
Enable blending bg/fg color (depending on -p or -q use) with segment to 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 <value>, --segments-right <value>
|
-r <value>, --segments-right <value>
|
||||||
Enable blending bg/fg color (depending on -p or -q use) with segment to 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
|
-q, --powerline-right
|
||||||
Use powerline right symbols throughout the output, enables --colors
|
Use powerline right symbols throughout the output, enables --colors
|
||||||
-i <value>, --interval <value>
|
-i <value>, --interval <value>
|
||||||
|
@ -133,8 +133,10 @@ void print_help()
|
|||||||
<< "\tUse vertical bar chart for CPU graph\n"
|
<< "\tUse vertical bar chart for CPU graph\n"
|
||||||
<< "-l <value>, --segments-left <value>\n"
|
<< "-l <value>, --segments-left <value>\n"
|
||||||
<< "\tEnable blending bg/fg color (depending on -p or -q use) with segment to 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 <value>, --segments-right <value>\n"
|
<< "-r <value>, --segments-right <value>\n"
|
||||||
<< "\tEnable blending bg/fg color (depending on -p or -q use) with segment to 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 <value>, --interval <value>\n"
|
<< "-i <value>, --interval <value>\n"
|
||||||
<< "\tSet tmux status refresh interval in seconds. Default: 1 second\n"
|
<< "\tSet tmux status refresh interval in seconds. Default: 1 second\n"
|
||||||
<< "-g <value>, --graph-lines <value>\n"
|
<< "-g <value>, --graph-lines <value>\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user