Skip to content

Commit

Permalink
Fix help description for --local-config-path
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz committed Jan 19, 2022
1 parent d53c055 commit 5c7fb05
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bonfire/bonfire.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,7 @@ def _validate_resource_arguments(ctx, param, value):
click.option(
"--local-config-path",
"-c",
help=(
"File to use for local config (default: first try ./config.yaml, then "
"$XDG_CONFIG_HOME/bonfire/config.yaml)"
),
help="File to use for local config (default: $XDG_CONFIG_HOME/bonfire/config.yaml)",
default=None,
),
click.option(
Expand Down

0 comments on commit 5c7fb05

Please sign in to comment.