From e9512f8c5f800b8d1f17e6c858cd145288a61e1e Mon Sep 17 00:00:00 2001 From: Yicheng Qin Date: Fri, 11 Sep 2015 19:38:55 -0700 Subject: [PATCH] docs/admin_guide: use ETCDCTL_ENDPOINT because ETCDCTL_PEERS is not prefered. --- Documentation/admin_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin_guide.md b/Documentation/admin_guide.md index 8ab87ad5b..d254d1d80 100644 --- a/Documentation/admin_guide.md +++ b/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