mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
update usage text (#2926)
update to the --cluster-init usage flag to indicate it's for Etcd
This commit is contained in:
parent
6e768c301e
commit
21d1690d5d
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user