From 90e222799626cd1f1f616ceeea7416161762f9df Mon Sep 17 00:00:00 2001 From: latent-9 <296084221+latent-9@users.noreply.github.com> Date: Wed, 5 Aug 2026 18:37:18 +1200 Subject: [PATCH] docs: correct dbt-quoting short flag to -dq --- docs/oss/cli-commands.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/oss/cli-commands.mdx b/docs/oss/cli-commands.mdx index a486398e2..c8f1a4fb6 100644 --- a/docs/oss/cli-commands.mdx +++ b/docs/oss/cli-commands.mdx @@ -160,7 +160,7 @@ Here is a list of all the available options: You should use this setting if you are overriding dbt's default quoting in your main dbt package. ```shell --q, --dbt-quoting [all|none|combination of any of: database,schema,identifier] +-dq, --dbt-quoting [all|none|combination of any of: database,schema,identifier] # Examples: # * --dbt-quoting all