mirror of https://github.com/k3s-io/k3s
Merge pull request #336 from galal-hussein/fix_bind_address_comment
Fix usage of bind address flagpull/355/head
commit
4886184dd1
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue