Skip to content

Commit a5c04bd

Browse files
github-actions[bot]MichelleArkcolin-rogers-dbt
authored
update ModelParamUsageDeprecation message (#11793) (#11794)
(cherry picked from commit 9955ea7) Co-authored-by: Michelle Ark <[email protected]> Co-authored-by: Colin Rogers <[email protected]>
1 parent 5b63ce9 commit a5c04bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/dbt/events/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ def code(self) -> str:
709709
return "D032"
710710

711711
def message(self) -> str:
712-
description = "Usage of `--models`, `--model`, and `-m` is deprecated in favor of `--resource-type model --select`"
712+
description = "Usage of `--models`, `--model`, and `-m` is deprecated in favor of `--select` or `-s`."
713713
return line_wrap_message(deprecation_tag(description))
714714

715715

0 commit comments

Comments
 (0)