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

Commit b9c5e91

Browse files
committed
minor wording change
1 parent 6fd1c32 commit b9c5e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def write_usage(self, prog: str, args: str = "", prefix: Optional[str] = None) -
220220
envvar="DBT_PROFILES_DIR",
221221
default=None,
222222
metavar="PATH",
223-
help="Which directory to look in for the profiles.yml file. If not set, dbt will look in the current working directory first, then HOME/.dbt/",
223+
help="Which directory to look in for the profiles.yml file. If not set, we follow the default profiles.yml location for the dbt version being used. Can also be set via the DBT_PROFILES_DIR environment variable.",
224224
)
225225
@click.option(
226226
"--dbt-project-dir",

0 commit comments

Comments
 (0)