Skip to content

Commit

Permalink
Clarify inline help text
Browse files Browse the repository at this point in the history
  • Loading branch information
MiConnell authored Aug 13, 2024
1 parent 63262e9 commit 2ff9b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/cli/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
inline = click.option(
"--inline",
envvar=None,
help="Pass SQL inline to dbt compile and show",
help="Pass SQL inline to 'dbt compile' and 'dbt show'",
)

# `--select` and `--models` are analogous for most commands except `dbt list` for legacy reasons.
Expand Down

0 comments on commit 2ff9b99

Please sign in to comment.