Skip to content

Commit

Permalink
Update documentation for join command flag (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
shcorya authored Nov 1, 2024
1 parent 974ba1b commit 9a3b4a0
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 9a3b4a0

Please sign in to comment.