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

change --disable-api-server flag to --disable-apiserver
pull/3322/head
Menna Elmasry 4 years ago committed by GitHub
commit f76d6208e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

Loading…
Cancel
Save