Skip to content

Commit

Permalink
Merge pull request #5000 from EnterpriseDB/docs/pgd/fix/cli-error
Browse files Browse the repository at this point in the history
Typo fix in example
  • Loading branch information
djw-m authored Nov 13, 2023
2 parents c3804c8 + b876ebf commit aaad592
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

1 comment on commit aaad592

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.