Merge pull request #1180 from erikwilson/cleanup-flannel-backend-help-text

Cleanup --flannel-backend help text
This commit is contained in:
Erik Wilson 2019-12-11 10:35:50 -07:00 committed by GitHub
commit 2eacfa75cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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