Skip to content

Commit

Permalink
Update documentation for join command flag
Browse files Browse the repository at this point in the history
  • Loading branch information
shcorya authored Nov 1, 2024
1 parent 974ba1b commit d42f4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Description: If this node is part of a raft replication cluster, then this flag

Flag: `--join-addr`<br/>
Type: `string`<br/>
Description: When adding a node to a replication cluster, this is the address and port of any cluster member. The current node will use this to request permission to join the cluster. The format of this flag is `<ip-address>:<discovery-port>`.
Description: When adding a node to a replication cluster, this is the address and port of any cluster member. The current node will use this to request permission to join the cluster. The format of this flag is `<target-server-id>/<target-ip>:<target-port>`.

Flag: `--discovery-port`<br/>
Type: `integer`<br/>
Expand Down

0 comments on commit d42f4ee

Please sign in to comment.