From 2f291df412c82f7177926dc93d84d99a24c9ebff Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Wed, 26 Jan 2022 13:01:57 -0800 Subject: [PATCH] docs: Clarify docs for providing multiple join addresses Rephrase the comment about specifying multiple join addresses to clarify that it pertains to joining a single cluster by attempting to contact one or more nodes. --- website/content/commands/join.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/commands/join.mdx b/website/content/commands/join.mdx index 2184191352..2186e67e82 100644 --- a/website/content/commands/join.mdx +++ b/website/content/commands/join.mdx @@ -34,9 +34,9 @@ are not supported from commands, but may be from the corresponding HTTP endpoint Usage: `consul join [options] address ...` -You may call join with multiple addresses if you want to try to join -multiple clusters. Consul will attempt to join all addresses, and the join -command will fail only if Consul was unable to join with any. +You may call `join` with multiple addresses if you want attempt to join the cluster +through multiple nodes. Consul will attempt to join all addresses. The join +command will fail only if Consul was unable to join any of the specified addresses. #### API Options