Skip to content

Commit

Permalink
Update src/dbt_score/cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jochem van Dooren <[email protected]>
  • Loading branch information
thomend and jochemvandooren authored Oct 7, 2024
1 parent b752a41 commit 48abfc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dbt_score/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ def cli() -> None:
)
@click.option(
"--show-all",
help="If set to True,show all models and all rules in output"
"when using `plain` as `--format`."
"Default behavior is to only show failing models and violated rules",
help="If set to True, show all models and all rules in output "
"when using `plain` as `--format`. "
"Default behavior is to only show failing models and violated rules.",
type=bool,
is_flag=True,
default=False,
Expand Down

0 comments on commit 48abfc1

Please sign in to comment.