Przeglądaj źródła

Merge pull request #7301 from ghostplant/master

Fix a command error.
Xiang Li 9 lat temu
rodzic
commit
47cb8a012a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Documentation/v2/proxy.md

+ 1 - 1
Documentation/v2/proxy.md

@@ -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%
 ```