Skip to content

Commit

Permalink
Reword var name and 'help' for --prefer
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz committed Oct 20, 2023
1 parent e7dbf0a commit 91e6157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bonfire/bonfire.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@ def _validate_opposing_opts(ctx, param, value):
click.option(
"--prefer",
help=(
"Prefer deployment targets that have '<parameter name>=<value>' when duplicate"
f" deployment targets found in {APP_SRE_SRC}"
f"When there are multiple deployment targets found in {APP_SRE_SRC}, prefer the ones "
"that have '<parameter name>=<value>' set. Can be specified multiple times."
),
multiple=True,
default=conf.BONFIRE_DEFAULT_PREFER,
Expand Down

0 comments on commit 91e6157

Please sign in to comment.