From 1e318db8300d2f442a58b0d01291c50a37e3f157 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 27 Sep 2016 06:25:51 -0700 Subject: [PATCH] Update operator.html.markdown --- website/source/docs/commands/operator.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/commands/operator.html.markdown b/website/source/docs/commands/operator.html.markdown index 251b36d833..4f18a925e3 100644 --- a/website/source/docs/commands/operator.html.markdown +++ b/website/source/docs/commands/operator.html.markdown @@ -52,7 +52,7 @@ Two actions are available, as detailed in this section. #### Display Peer Configuration This action displays the current Raft peer configuration. -Usage: `raft -list-peers -stale=[true|false]` +Usage: `consul operator raft -list-peers -stale=[true|false]` * `-stale` - Optional and defaults to "false" which means the leader provides the result. If the cluster is in an outage state without a leader, you may need @@ -94,7 +94,7 @@ clean up by simply running [`consul force-leave`](/docs/commands/force-leave.html) instead of this command. -Usage: `raft -remove-peer -address="IP:port"` +Usage: `consul operator raft -remove-peer -address="IP:port"` * `-address` - "IP:port" for the server to remove. The port number is usually 8300, unless configured otherwise.