Cleanup --flannel-backend help text

This commit is contained in:
Erik Wilson 2019-12-10 14:51:16 -07:00
parent 2cf88ae2c4
commit 11e4d01efe

View File

@ -114,7 +114,7 @@ func NewServerCommand(action func(*cli.Context) error) cli.Command {
},
cli.StringFlag{
Name: "flannel-backend",
Usage: fmt.Sprintf("(networking) One of 'none', 'vxlan', 'ipsec', or 'flannel'"),
Usage: fmt.Sprintf("(networking) One of 'none', 'vxlan', 'ipsec', or 'wireguard'"),
Destination: &ServerConfig.FlannelBackend,
Value: "vxlan",
},