Correct usage output for -r option

This commit is contained in:
henry.potgieter 2023-03-30 23:31:09 -04:00
parent c058ed6f21
commit 0c9a8d4612

@ -134,7 +134,7 @@ void print_help()
<< "-l <value>, --segments-left <value>\n"
<< "\tEnable blending bg/fg color (depending on -p or -q use) with segment to left\n"
<< "-r <value>, --segments-right <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 right\n"
<< "-i <value>, --interval <value>\n"
<< "\tSet tmux status refresh interval in seconds. Default: 1 second\n"
<< "-g <value>, --graph-lines <value>\n"