Skip to content

Commit 94aed03

Browse files
author
henry.potgieter
committed
Corrected a character in usage output and updated README.rst
1 parent e232eef commit 94aed03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ The full usage::
144144
Use tmux colors in output
145145
-p, --powerline-left
146146
Use powerline left symbols throughout the output, enables --colors
147-
-n, --nerd-graph
148-
Use NerdFont characters to render CPU graph as vertical bar chart
147+
-v, --vertical-graph
148+
Use vertical bar chart for CPU graph
149149
-q, --powerline-right
150150
Use powerline right symbols throughout the output, enables --colors
151151
-i <value>, --interval <value>

common/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ void print_help()
129129
<< "\tUse powerline left symbols throughout the output, enables --colors\n"
130130
<< "-q, --powerline-right\n"
131131
<< "\tUse powerline right symbols throughout the output, enables --colors\n"
132-
<< "-n, --vertical-graph\n"
132+
<< "-v, --vertical-graph\n"
133133
<< "\tUse vertical bar chart for CPU graph\n"
134134
<< "-i <value>, --interval <value>\n"
135135
<< "\tSet tmux status refresh interval in seconds. Default: 1 second\n"

0 commit comments

Comments
 (0)