etcd: Warn about invalid configuration, clarify --no-server

This commit is contained in:
Johan Bloemberg
2018-02-16 00:13:49 +01:00
committed by James Shubin
parent 07714c67cb
commit 158fb8d31c
3 changed files with 54 additions and 1 deletions

View File

@@ -296,7 +296,7 @@ func CLI(program, version string, flags Flags) error {
},
cli.BoolFlag{
Name: "no-server",
Usage: "do not let other servers peer with me",
Usage: "do not start embedded etcd server (do not promote from client to peer)",
},
cli.IntFlag{