Unverified Commit 7ab6d5cf authored by Menna Elmasry's avatar Menna Elmasry Committed by GitHub

Merge pull request #3318 from MonzElmasry/disable-apiserver-flag-1.19

[release-1.19]change --disable-api-server flag to --disable-apiserver
parents cc825813 519651b6
......@@ -331,7 +331,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