Skip to content

Commit

Permalink
format help option
Browse files Browse the repository at this point in the history
  • Loading branch information
swashko committed Jan 13, 2024
1 parent 159cbcb commit d92c838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelscan/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d92c838

Please sign in to comment.