From 37392ad223ada751aad7536b4d3ce245baa36cbb Mon Sep 17 00:00:00 2001 From: kayrus Date: Thu, 10 Sep 2015 08:47:45 +0200 Subject: [PATCH] doc: member id typo fixed --- Documentation/runtime-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/runtime-configuration.md b/Documentation/runtime-configuration.md index 590503863..093637a1d 100644 --- a/Documentation/runtime-configuration.md +++ b/Documentation/runtime-configuration.md @@ -76,8 +76,8 @@ a8266ecf031671f3: name=node1 peerURLs=http://localhost:23801 clientURLs=http://1 In this example let's `update` a8266ecf031671f3 member ID and change its peerURLs value to http://10.0.1.10:2380 ```sh -$ etcdctl member update b4db3bf5e495e255 http://10.0.1.10:2380 -Updated member with ID b4db3bf5e495e255 in cluster +$ etcdctl member update a8266ecf031671f3 http://10.0.1.10:2380 +Updated member with ID a8266ecf031671f3 in cluster ``` ### Remove a Member