Fix comment of bind address

This commit is contained in:
galal-hussein 2019-04-12 02:30:49 +02:00
parent af2fc722cb
commit e5d8d72e59

View File

@ -35,7 +35,7 @@ func NewServerCommand(action func(*cli.Context) error) cli.Command {
Flags: []cli.Flag{
cli.StringFlag{
Name: "bind-address",
Usage: "k3s bind address",
Usage: "k3s bind address (default: localhost)",
Destination: &ServerConfig.BindAddress,
},
cli.IntFlag{