Browse Source

Merge pull request #3501 from yichengq/update-peers

docs/admin_guide: use ETCDCTL_ENDPOINT
Yicheng Qin 10 years ago
parent
commit
d4e19d1afb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/admin_guide.md

+ 1 - 1
Documentation/admin_guide.md

@@ -152,7 +152,7 @@ This example will walk you through the process of migrating the infra1 member to
 |infra2|10.0.1.12:2380|
 
 ```sh
-$ export ETCDCTL_PEERS=http://10.0.1.10:2379,http://10.0.1.11:2379,http://10.0.1.12:2379
+$ export ETCDCTL_ENDPOINT=http://10.0.1.10:2379,http://10.0.1.11:2379,http://10.0.1.12:2379
 ```
 
 ```sh