Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 3b6a1c4

Browse files
committed
update --help text
1 parent 18a3d9e commit 3b6a1c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data_diff/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ def write_usage(self, prog: str, args: str = "", prefix: Optional[str] = None) -
253253
"--select",
254254
"-s",
255255
default=None,
256-
metavar="PATH",
257-
help="select dbt resources to compare using dbt selection syntax.",
256+
metavar="SELECTION or MODEL_NAME",
257+
help="--select dbt resources to compare using dbt selection syntax in dbt versions >= 1.5.\nIn versions < 1.5, it will naively search for a model with MODEL_NAME as the name.",
258258
)
259259
@click.option(
260260
"--state",

0 commit comments

Comments
 (0)