diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown
index 65c70c0d76..b28aa108a7 100644
--- a/website/source/docs/agent/options.html.markdown
+++ b/website/source/docs/agent/options.html.markdown
@@ -180,8 +180,10 @@ will exit with an error at startup.
* `-retry-join` - Similar
to [`-join`](#_join) but allows retrying a join if the first
- attempt fails. This is useful for cases where we know the address will become
- available eventually.
+ attempt fails. 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`. This is useful for cases where we
+ know the address will become available eventually.
* `-retry-interval` - Time
to wait between join attempts. Defaults to 30s.
@@ -661,7 +663,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.
+ [`-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`.
* `retry_interval` Equivalent to the
[`-retry-interval` command-line flag](#_retry_interval).