From e6e35d90136a84ff3972638655cc284702f588b9 Mon Sep 17 00:00:00 2001 From: Cameron Stokes Date: Thu, 3 Nov 2016 14:22:46 -0700 Subject: [PATCH] Clarify -retry-join docs. (#2469) --- website/source/docs/agent/options.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index 43b09f2fe3be..bedb8434c27d 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -699,7 +699,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass * `retry_join` Equivalent to the [`-retry-join` command-line flag](#_retry_join). Takes a list of addresses to attempt joining every [`retry_interval`](#_retry_interval) until at least one - [`-join`](#_join) works. The list should contain IPv4 addresses with optional Serf LAN port number also specified or bracketed IPv6 addresses with optional port number — for example: `[::1]:8301`. + join works. The list should contain IPv4 addresses with optional Serf LAN port number also specified or bracketed IPv6 addresses with optional port number — for example: `[::1]:8301`. * `retry_join_ec2` - This is a nested object that allows the setting of EC2-related [`-retry-join`](#_retry_join) options. @@ -720,7 +720,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass * `retry_join_wan` Equivalent to the [`-retry-join-wan` command-line flag](#_retry_join_wan). Takes a list of addresses to attempt joining to WAN every [`retry_interval_wan`](#_retry_interval_wan) until at least one - [`-join-wan`](#_join_wan) works. + join works. * `retry_interval_wan` Equivalent to the [`-retry-interval-wan` command-line flag](#_retry_interval_wan).