Skip to content

Commit 573a315

Browse files
committed
Help: tweaks
1 parent 0cd6cb8 commit 573a315

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/data/help.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -545,31 +545,31 @@
545545
},
546546
{
547547
"long": "bar-char-elapsed",
548-
"desc": "Set the character to use in elapsed part",
548+
"desc": "Set the character to use in elapsed part of percentage bars",
549549
"arg": {
550550
"type": "str",
551551
"default": ""
552552
}
553553
},
554554
{
555555
"long": "bar-char-total",
556-
"desc": "Set the character to use in total part",
556+
"desc": "Set the character to use in total part of percentage bars",
557557
"arg": {
558558
"type": "str",
559559
"default": "-"
560560
}
561561
},
562562
{
563563
"long": "bar-width",
564-
"desc": "Set the width of the bar, in number of characters",
564+
"desc": "Set the width of percentage bars, in number of characters",
565565
"arg": {
566566
"type": "num",
567567
"default": 10
568568
}
569569
},
570570
{
571571
"long": "bar-border",
572-
"desc": "Whether to show a border around the bar",
572+
"desc": "Whether to show a border around percentage bars",
573573
"arg": {
574574
"type": "bool",
575575
"optional": true,

0 commit comments

Comments
 (0)