From 573a315d61314970d3dd89ee23738ec1105c6afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Wed, 6 Dec 2023 10:29:17 +0800 Subject: [PATCH] Help: tweaks --- src/data/help.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/help.json b/src/data/help.json index b643b6771..f63b3d95f 100644 --- a/src/data/help.json +++ b/src/data/help.json @@ -545,7 +545,7 @@ }, { "long": "bar-char-elapsed", - "desc": "Set the character to use in elapsed part", + "desc": "Set the character to use in elapsed part of percentage bars", "arg": { "type": "str", "default": "■" @@ -553,7 +553,7 @@ }, { "long": "bar-char-total", - "desc": "Set the character to use in total part", + "desc": "Set the character to use in total part of percentage bars", "arg": { "type": "str", "default": "-" @@ -561,7 +561,7 @@ }, { "long": "bar-width", - "desc": "Set the width of the bar, in number of characters", + "desc": "Set the width of percentage bars, in number of characters", "arg": { "type": "num", "default": 10 @@ -569,7 +569,7 @@ }, { "long": "bar-border", - "desc": "Whether to show a border around the bar", + "desc": "Whether to show a border around percentage bars", "arg": { "type": "bool", "optional": true,