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

change --disable-api-server flag to --disable-apiserver
This commit is contained in:
Menna Elmasry 2021-05-13 01:10:55 +02:00 committed by GitHub
commit f76d6208e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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