Skip to content

Commit

Permalink
Typo fix in example
Browse files Browse the repository at this point in the history
Signed-off-by: Dj Walker-Morgan <[email protected]>
  • Loading branch information
djw-m committed Nov 13, 2023
1 parent c3804c8 commit b876ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_docs/docs/pgd/5/cli/configuring_cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b876ebf

Please sign in to comment.