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.