diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index df90858970..e15482a177 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -383,7 +383,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass * `dns` - The DNS server. Defaults to `client_addr` * `http` - The HTTP API. Defaults to `client_addr` * `https` - The HTTPS API. Defaults to `client_addr` - * `rpc` - The RPC endpoint. Defaults to `client_addr` + * `rpc` - The CLI RPC endpoint. Defaults to `client_addr` * `advertise_addr` Equivalent to the [`-advertise` command-line flag](#_advertise). @@ -567,7 +567,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass * `dns` - The DNS server, -1 to disable. Default 8600. * `http` - The HTTP API, -1 to disable. Default 8500. * `https` - The HTTPS API, -1 to disable. Default -1 (disabled). - * `rpc` - The RPC endpoint. Default 8400. + * `rpc` - The CLI RPC endpoint. Default 8400. * `serf_lan` - The Serf LAN port. Default 8301. * `serf_wan` - The Serf WAN port. Default 8302. * `server` - Server RPC address. Default 8300.