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

Commit 098565a

Browse files
committed
Update help text
1 parent 35a2b6c commit 098565a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

data_diff/__main__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,14 @@ def write_usage(self, prog: str, args: str = "", prefix: Optional[str] = None) -
219219
"--dbt-profiles-dir",
220220
default=None,
221221
metavar="PATH",
222-
help="Override the default dbt profile location (~/.dbt).",
222+
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/",
223223
)
224+
asf
224225
@click.option(
225226
"--dbt-project-dir",
226227
default=None,
227228
metavar="PATH",
228-
help="Override the dbt project directory. Otherwise assumed to be the current directory.",
229+
help="Which directory to look in for the dbt_project.yml file. Default is the current working directory and its parents.",
229230
)
230231
def main(conf, run, **kw):
231232
if kw["table2"] is None and kw["database2"]:

0 commit comments

Comments
 (0)