From b876ebfbbc0a39efdce54d4068193f39e0c81ac9 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Mon, 13 Nov 2023 15:35:29 +0000 Subject: [PATCH] Typo fix in example Signed-off-by: Dj Walker-Morgan --- product_docs/docs/pgd/5/cli/configuring_cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pgd/5/cli/configuring_cli.mdx b/product_docs/docs/pgd/5/cli/configuring_cli.mdx index 8a3ba373087..37422d707d4 100644 --- a/product_docs/docs/pgd/5/cli/configuring_cli.mdx +++ b/product_docs/docs/pgd/5/cli/configuring_cli.mdx @@ -34,7 +34,7 @@ PGD CLI takes its database connection information from either the PGD CLI config You can pass the connection string directly to `pgd` using the `--dsn` option. For details, see the [sample use case](using_cli/#passing-a-database-connection-string). For example: ```shell -pgd --dsn "host=bdr-a1 post=5432 user=enterprisedb" show-version +pgd --dsn "host=bdr-a1 port=5432 user=enterprisedb" show-version ``` ### Using a configuration file