Browse Source

Fix command flag name

mudler 3 years ago
parent
commit
4f5be6165d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/api.go

+ 1 - 1
cmd/api.go

@@ -34,7 +34,7 @@ A simple UI interface is available to display network data.`,
 		UsageText: "edgevpn api",
 		UsageText: "edgevpn api",
 		Flags: append(CommonFlags,
 		Flags: append(CommonFlags,
 			&cli.BoolFlag{
 			&cli.BoolFlag{
-				Name: "healthchecks",
+				Name: "enable-healthchecks",
 			},
 			},
 			&cli.BoolFlag{
 			&cli.BoolFlag{
 				Name: "debug",
 				Name: "debug",