From 2e82f8294f908b59d5e10ded5736283a644cc537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Thu, 24 Aug 2023 14:21:08 +0800 Subject: [PATCH] Doc: document `--precent-ndigits` --- src/data/help.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/help.txt b/src/data/help.txt index b008edf83..f8fff7be1 100644 --- a/src/data/help.txt +++ b/src/data/help.txt @@ -70,6 +70,7 @@ Display options: --hide-cursor : Whether to hide the cursor during the run --binary-prefix : Set the binary prefix to used. Must be IEC, SI or JEDEC. Default is IEC --percent-type : Set the percentage output type. 1 for percentage number, 2 for bar, 3 for both, 6 for bar only, 9 for colored number. Default is 1 + --percent-ndigits : Set the number of digits to keep after the decimal point when formatting percentage numbers. Default is 0 --bar-char-elapsed : Set the character to use in elapsed part. Default is '■' --bar-char-total : Set the character to use in total part. Default is '-' --bar-width : Set the width of the bar, in number of characters. Default is 10