From d92c83874e51eb91b866cac99734f8fc4aef1a51 Mon Sep 17 00:00:00 2001 From: Sam Washko Date: Fri, 12 Jan 2024 16:10:06 -0800 Subject: [PATCH] format help option --- modelscan/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modelscan/cli.py b/modelscan/cli.py index 1ffd394..f002559 100644 --- a/modelscan/cli.py +++ b/modelscan/cli.py @@ -79,7 +79,7 @@ def cli() -> None: "--format", type=click.Choice(["console", "json", "custom"]), default="console", - help="Format of the output. Options are console or json (default: console)", + help="Format of the output. Options are console, json, or custom (to be defined in settings-file). Default is console.", ) @click.option( "-o",