Explorar el Código

:bug: Fix typo in cmd/util.go

Ettore Di Giacinto hace 3 años
padre
commit
284b4b2f24
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      cmd/util.go

+ 2 - 2
cmd/util.go

@@ -152,10 +152,10 @@ var CommonFlags []cli.Flag = []cli.Flag{
 		Usage:  "Enable low profile. Lowers connections usage",
 		Usage:  "Enable low profile. Lowers connections usage",
 		EnvVar: "EDGEVPNLOWPROFILE",
 		EnvVar: "EDGEVPNLOWPROFILE",
 	},
 	},
-	&cli.BoolFlag{
+	&cli.BoolTFlag{
 		Name:   "low-profile-vpn",
 		Name:   "low-profile-vpn",
 		Usage:  "Enable low profile on VPN",
 		Usage:  "Enable low profile on VPN",
-		EnvVar: "EDGEVPNLOWPROFILEVPNN",
+		EnvVar: "EDGEVPNLOWPROFILEVPN",
 	},
 	},
 	&cli.IntFlag{
 	&cli.IntFlag{
 		Name:   "max-streams",
 		Name:   "max-streams",