mirror of
https://github.com/k3s-io/k3s.git
synced 2026-05-28 04:34:19 -04:00
Merge pull request #589 from erikwilson/cleanup-command-help
Cleanup command help text
This commit is contained in:
commit
9ccf3cbc9d
2 changed files with 3 additions and 3 deletions
|
|
@ -91,12 +91,12 @@ var (
|
|||
}
|
||||
NodeTaints = cli.StringSliceFlag{
|
||||
Name: "node-taint",
|
||||
Usage: "(agent) Registring kubelet with set of taints",
|
||||
Usage: "(agent) Registering kubelet with set of taints",
|
||||
Value: &AgentConfig.Taints,
|
||||
}
|
||||
NodeLabels = cli.StringSliceFlag{
|
||||
Name: "node-label",
|
||||
Usage: "(agent) Registring kubelet with set of labels",
|
||||
Usage: "(agent) Registering kubelet with set of labels",
|
||||
Value: &AgentConfig.Labels,
|
||||
}
|
||||
)
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ func NewServerCommand(action func(*cli.Context) error) cli.Command {
|
|||
},
|
||||
cli.StringFlag{
|
||||
Name: "cert-storage-backend",
|
||||
Usage: "Specify storage type for storing certificate information",
|
||||
Usage: "(experimental) Specify storage type for storing certificate information",
|
||||
Destination: &ServerConfig.CertStorageBackend,
|
||||
},
|
||||
cli.StringFlag{
|
||||
|
|
|
|||
Loading…
Reference in a new issue