From 1d764511f68c914b0124449fa09c4eb17a6dad7d Mon Sep 17 00:00:00 2001 From: "X.C.Dong" Date: Mon, 18 Mar 2019 14:47:41 +0800 Subject: [PATCH] doc: fix `member add` usage --- Documentation/op-guide/runtime-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/op-guide/runtime-configuration.md b/Documentation/op-guide/runtime-configuration.md index 678e40d1e..3c629a2c4 100644 --- a/Documentation/op-guide/runtime-configuration.md +++ b/Documentation/op-guide/runtime-configuration.md @@ -100,7 +100,7 @@ Adding a member is a two step process: `etcdctl` adds a new member to the cluster by specifying the member's [name][conf-name] and [advertised peer URLs][conf-adv-peer]: ```sh -$ etcdctl member add infra3 http://10.0.1.13:2380 +$ etcdctl member add infra3 --peer-urls=http://10.0.1.13:2380 added member 9bf1b35fc7761a23 to cluster ETCD_NAME="infra3"