aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/cli/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlia/cli/main.py')
-rw-r--r--src/mlia/cli/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mlia/cli/main.py b/src/mlia/cli/main.py
index 6c74a11..33a44e1 100644
--- a/src/mlia/cli/main.py
+++ b/src/mlia/cli/main.py
@@ -236,7 +236,7 @@ def run_command(args: argparse.Namespace) -> int:
f"Please check the log files in the {ctx.logs_path} for more details"
)
if not ctx.verbose:
- err_advice_message += ", or enable verbose mode"
+ err_advice_message += ", or enable verbose mode (--verbose)"
logger.error(err_advice_message)