Unverified Commit bc5b42c2 authored by Derek Nola's avatar Derek Nola Committed by GitHub

Cleanup help messages (#7369)

parent f076080b
...@@ -102,7 +102,6 @@ var EtcdSnapshotFlags = []cli.Flag{ ...@@ -102,7 +102,6 @@ var EtcdSnapshotFlags = []cli.Flag{
func NewEtcdSnapshotCommands(delete, list, prune, save func(ctx *cli.Context) error) cli.Command { func NewEtcdSnapshotCommands(delete, list, prune, save func(ctx *cli.Context) error) cli.Command {
return cli.Command{ return cli.Command{
Name: EtcdSnapshotCommand, Name: EtcdSnapshotCommand,
Usage: "Trigger an immediate etcd snapshot",
SkipFlagParsing: false, SkipFlagParsing: false,
SkipArgReorder: true, SkipArgReorder: true,
Subcommands: []cli.Command{ Subcommands: []cli.Command{
......
...@@ -209,7 +209,7 @@ var ServerFlags = []cli.Flag{ ...@@ -209,7 +209,7 @@ var ServerFlags = []cli.Flag{
ClusterDomain, ClusterDomain,
&cli.StringFlag{ &cli.StringFlag{
Name: "flannel-backend", Name: "flannel-backend",
Usage: "(networking) backend<=option1=val1,option2=val2> where backend is one of 'none', 'vxlan', 'ipsec' (deprecated), 'host-gw', 'wireguard-native', 'wireguard' (deprecated)", Usage: "(networking) Backend (valid values: 'none', 'vxlan', 'ipsec' (deprecated), 'host-gw', 'wireguard-native'",
Destination: &ServerConfig.FlannelBackend, Destination: &ServerConfig.FlannelBackend,
Value: "vxlan", Value: "vxlan",
}, },
......
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