Skip to content

Commit

Permalink
Merge pull request #3478 from endocode/kayrus/typo_fix
Browse files Browse the repository at this point in the history
doc: member id typo fixed
  • Loading branch information
yichengq committed Sep 10, 2015
2 parents 9b032c6 + 37392ad commit 6e7725c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/runtime-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e7725c

Please sign in to comment.