Skip to content

Commit

Permalink
doc: cli argument description
Browse files Browse the repository at this point in the history
  • Loading branch information
simojo committed Nov 11, 2023
1 parent bc4f2e2 commit c3cf70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chasten/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def configure( # noqa: PLR0913
None,
"--config",
"-c",
help="A directory with configuration file(s) or URL to configuration file.",
help="A directory with configuration file(s), path to configuration file, or URL to configuration file.",
),
debug_level: debug.DebugLevel = typer.Option(
debug.DebugLevel.ERROR.value,
Expand Down

0 comments on commit c3cf70f

Please sign in to comment.