diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown
index d20079320b..6aceaee7fb 100644
--- a/website/source/docs/agent/options.html.markdown
+++ b/website/source/docs/agent/options.html.markdown
@@ -792,6 +792,8 @@ 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 CLI RPC endpoint. Default 8400. This is deprecated
+ in Consul 0.8 and later.
* `serf_lan` - The Serf LAN port. Default 8301.
* `serf_wan` - The Serf WAN port. Default 8302.
* `server` - Server RPC address. Default 8300.
@@ -1102,6 +1104,11 @@ port.
* Serf WAN (Default 8302). This is used by servers to gossip over the
WAN to other servers. TCP and UDP.
+* CLI RPC (Default 8400). This is used by all agents to handle RPC
+ from the CLI, but is deprecated in Consul 0.8 and later. TCP only.
+ In Consul 0.8 all CLI commands were changed to use the HTTP API and
+ the RPC interface was completely removed.
+
* HTTP API (Default 8500). This is used by clients to talk to the HTTP
API. TCP only.