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
matthieucan and jochemvandooren authored May 24, 2024
1 parent 08901aa commit c4c9c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbt_score/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def cli() -> None:
@click.option(
"--format",
"-f",
help="Output format. Plain is suitable for terminals, markdown for rich "
help="Output format. Plain is suitable for terminals, manifest for rich "
"documentation.",
type=click.Choice(["plain", "manifest"]),
default="plain",
Expand Down

0 comments on commit c4c9c0d

Please sign in to comment.