update usage text (#2926)

update to the --cluster-init usage flag to indicate it's for Etcd
pull/2929/head
Brian Downs 2021-02-10 15:54:04 -07:00 committed by GitHub
parent 6e768c301e
commit 21d1690d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},