Unverified Commit f76d6208 authored by Menna Elmasry's avatar Menna Elmasry Committed by GitHub

Merge pull request #3316 from MonzElmasry/disable-apiserver-flag

change --disable-api-server flag to --disable-apiserver
parents 0d05b14b 24474c57
...@@ -340,7 +340,7 @@ func NewServerCommand(action func(*cli.Context) error) cli.Command { ...@@ -340,7 +340,7 @@ func NewServerCommand(action func(*cli.Context) error) cli.Command {
Destination: &ServerConfig.DisableNPC, Destination: &ServerConfig.DisableNPC,
}, },
cli.BoolFlag{ cli.BoolFlag{
Name: "disable-api-server", Name: "disable-apiserver",
Hidden: true, Hidden: true,
Usage: "(experimental/components) Disable running api server", Usage: "(experimental/components) Disable running api server",
Destination: &ServerConfig.DisableAPIServer, Destination: &ServerConfig.DisableAPIServer,
......
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