From 84b4e2c04a2645a2041a23e5b1a37458cb51d590 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 1 Jun 2018 09:57:13 -0700 Subject: [PATCH] retry-join flag docs --- website/source/docs/commands/agent.html.md.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/commands/agent.html.md.erb b/website/source/docs/commands/agent.html.md.erb index 4afb77178..faebc7e86 100644 --- a/website/source/docs/commands/agent.html.md.erb +++ b/website/source/docs/commands/agent.html.md.erb @@ -77,8 +77,8 @@ via CLI arguments. The `agent` command accepts the following arguments: $ nomad agent -retry-join "127.0.0.1:4648" ``` - Note that `retry_join` can be defined for only servers as a command-line - flag (clients are only able to define via the client configuration). + `retry-join` can be defined as a command line flag only for servers. Clients + can configure `retry-join` only in configuration files. * `-retry-max`: Similar to the [retry_max](#retry_max) config option. * `-server`: Enable server mode on the local agent.