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

Merge pull request #3317 from MonzElmasry/disable-apiserver-flag-1.20

[release-1.20] change --disable-api-server flag to --disable-apiserver
parents 8d043282 e939805a
......@@ -342,7 +342,7 @@ func NewServerCommand(action func(*cli.Context) error) cli.Command {
Destination: &ServerConfig.DisableNPC,
},
cli.BoolFlag{
Name: "disable-api-server",
Name: "disable-apiserver",
Hidden: true,
Usage: "(experimental/components) Disable running api server",
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