Merge pull request #3627 from jelmer/typofix

Fix typo: boostrapping -> bootstrapping.
release-2.3
Yicheng Qin 2015-10-01 19:02:47 -07:00
commit f47cbf3073
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ To start etcd automatically using custom settings at startup in Linux, using a [
+ Human-readable name for this member.
+ default: "default"
+ env variable: ETCD_NAME
+ This value is referenced as this node's own entries listed in the `-initial-cluster` flag (Ex: `default=http://localhost:2380` or `default=http://localhost:2380,default=http://localhost:7001`). This needs to match the key used in the flag if you're using [static boostrapping](clustering.md#static).
+ This value is referenced as this node's own entries listed in the `-initial-cluster` flag (Ex: `default=http://localhost:2380` or `default=http://localhost:2380,default=http://localhost:7001`). This needs to match the key used in the flag if you're using [static bootstrapping](clustering.md#static).
##### -data-dir
+ Path to the data directory.