Skip to content

Commit 584b4ca

Browse files
feat: [SNOW-1890085] update command help texts
1 parent e00fe35 commit 584b4ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/snowflake/cli/_plugins/dbt/commands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def deploy_dbt(
103103
# suppressing usual CLI behaviour for displaying help or formatting options.
104104
dbt_execute_app = SnowTyperFactory(
105105
name="execute",
106-
help="Execute a dbt command",
106+
help="Execute a dbt command on Snowflake",
107107
)
108108
app.add_typer(dbt_execute_app)
109109

@@ -125,7 +125,7 @@ def before_callback(
125125
requires_connection=False,
126126
requires_global_options=False,
127127
context_settings={"allow_extra_args": True, "ignore_unknown_options": True},
128-
help=f"Execute {cmd} command on dbt on Snowflake project.",
128+
help=f"Execute {cmd} command on Snowflake.",
129129
add_help_option=False,
130130
)
131131
def _dbt_execute(

0 commit comments

Comments
 (0)