From 209860e10663d0ac354f26b1e7670a087222269a Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Fri, 26 Jul 2024 10:24:58 -0400 Subject: [PATCH] docs: update --output for db configure (#44684) Co-authored-by: Steven Martin --- docs/pages/database-access/reference/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/database-access/reference/cli.mdx b/docs/pages/database-access/reference/cli.mdx index 3d678c79cb636..098b916669d8c 100644 --- a/docs/pages/database-access/reference/cli.mdx +++ b/docs/pages/database-access/reference/cli.mdx @@ -127,7 +127,7 @@ $ teleport db configure create \ | `--protocol` | Proxied database protocol. Supported are: `[postgres mysql mongodb cockroachdb redis sqlserver snowflake]`. | | `--uri` | Address the proxied database is reachable at. | | `--labels` | Comma-separated list of labels for the database, for example env=dev,dept=it | -| `-o/--output` | Write to stdout with `-o=stdout`, the default config file with `-o=file`, or a custom path with `-o=file:///path` | +| `-o/--output` | Write to stdout with `--output=stdout`, the default config file with `--output=file`, or a custom path with `--output=file:///path` | | `--dynamic-resources-labels` | Comma-separated list(s) of labels to match dynamic resources, for example env=dev,dept=it. Required to enable dynamic resources matching. | ## teleport db configure bootstrap