Merge pull request #2405 from mikael84/patch-1

Documentation: fix "Missing infra1="
This commit is contained in:
Xiang Li 2015-02-28 21:48:01 -08:00
commit a4018f25c9

View File

@ -30,7 +30,7 @@ ETCD_INITIAL_CLUSTER_STATE=new
```
```
-initial-cluster infra0=http://10.0.1.10:2380,http://10.0.1.11:2380,infra2=http://10.0.1.12:2380 \
-initial-cluster infra0=http://10.0.1.10:2380,infra1=http://10.0.1.11:2380,infra2=http://10.0.1.12:2380 \
-initial-cluster-state new
```