fix help string

Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
This commit is contained in:
Soumik Dutta 2023-05-12 20:02:38 +05:30
parent d556a23f97
commit 0283f9ae2a
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ def make_parsers():
type=int,
choices=range(-2, 3),
default=0,
help='Log verbose progress to log file (from disabled, errors to very verbose: -2, -1, 0, 1, or 2). Only used when --log-file is given',
help='Log verbose progress to log file (from disabled, errors only, default, some, or lots: -2, -1, 0, 1, or 2). Only used when --log-file is given',
)
global_group.add_argument(
'--monitoring-verbosity',