浏览代码

Documentation: fix typo s/endpoint-health/endpoint health/

Asko Kauppi 9 年之前
父节点
当前提交
be28981234
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/op-guide/container.md

+ 1 - 1
Documentation/op-guide/container.md

@@ -57,7 +57,7 @@ sudo rkt run --net=default:IP=${NODE3} coreos.com/etcd:v3.0.6 -- -name=node3 -ad
 Verify the cluster is healthy and can be reached.
 Verify the cluster is healthy and can be reached.
 
 
 ```
 ```
-ETCDCTL_API=3 etcdctl --endpoints=http://172.16.28.21:2379,http://172.16.28.22:2379,http://172.16.28.23:2379 endpoint-health
+ETCDCTL_API=3 etcdctl --endpoints=http://172.16.28.21:2379,http://172.16.28.22:2379,http://172.16.28.23:2379 endpoint health
 ```
 ```
 
 
 ### DNS
 ### DNS