Skip to content

Commit

Permalink
pd: Fix the default name of the configuration (#18653)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuSharp authored Aug 22, 2024
1 parent ae8f3cc commit dd95725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command-line-flags-for-pd-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ PD is configurable using command-line flags and environment variables.
## `--name`

- The human-readable unique name for this PD member
- Default: `"pd"`
- Default: `"pd-${hostname}"`
- If you want to start multiply PDs, you must use different name for each one.

## `--cacert`
Expand Down

0 comments on commit dd95725

Please sign in to comment.