From d42f4eebaa31dceb077be563b8294760cf4d84da Mon Sep 17 00:00:00 2001 From: Stephen Corya Date: Fri, 1 Nov 2024 09:55:27 -0400 Subject: [PATCH] Update documentation for join command flag --- docs/docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration.md b/docs/docs/configuration.md index 2d600a55..7768aaf4 100644 --- a/docs/docs/configuration.md +++ b/docs/docs/configuration.md @@ -48,7 +48,7 @@ Description: If this node is part of a raft replication cluster, then this flag Flag: `--join-addr`
Type: `string`
-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 `:`. +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 `/:`. Flag: `--discovery-port`
Type: `integer`