Browse Source

Documentation: replace px typo with ps

Signed-off-by: CUI Wei <ghostplant@qq.com>
cuiwei13 8 years ago
parent
commit
cc14f14216
1 changed files with 1 additions and 1 deletions
  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:
 Stop the existing proxy so we can wipe its state on disk and reload it with the new configuration:
 
 
 ``` bash
 ``` bash
-px aux | grep etcd
+ps aux | grep etcd
 kill %etcd_proxy_pid%
 kill %etcd_proxy_pid%
 ```
 ```