Unverified Commit 21d1690d authored by Brian Downs's avatar Brian Downs Committed by GitHub

update usage text (#2926)

update to the --cluster-init usage flag to indicate it's for Etcd
parent 6e768c30
......@@ -324,7 +324,7 @@ func NewServerCommand(action func(*cli.Context) error) cli.Command {
cli.BoolFlag{
Name: "cluster-init",
Hidden: hideClusterFlags,
Usage: "(experimental/cluster) Initialize a new cluster",
Usage: "(experimental/cluster) Initialize a new cluster using embedded Etcd",
EnvVar: version.ProgramUpper + "_CLUSTER_INIT",
Destination: &ServerConfig.ClusterInit,
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment