Merge pull request #3702 from issmirnov/patch-1

Fix syntax error.
This commit is contained in:
James Phillips 2017-11-21 01:25:18 -08:00 committed by GitHub
commit cf928f6e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ In Consul 0.7 and later, you can use the [`consul operator`](/docs/commands/oper
command to inspect the Raft configuration:
```
$ consul operator raft -list-peers
$ consul operator raft list-peers
Node ID Address State Voter
alice 10.0.1.8:8300 10.0.1.8:8300 follower true
bob 10.0.1.6:8300 10.0.1.6:8300 leader true