Merge pull request #7301 from ghostplant/master

Fix a command error.
release-3.2
Xiang Li 2017-02-10 09:31:22 -08:00 committed by GitHub
commit 47cb8a012a
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ ETCD_INITIAL_CLUSTER_STATE=existing
Stop the existing proxy so we can wipe its state on disk and reload it with the new configuration:
``` bash
px aux | grep etcd
ps aux | grep etcd
kill %etcd_proxy_pid%
```