Fix indent
This commit is contained in:
parent
83e7eeca79
commit
03c6bb766e
|
@ -782,7 +782,7 @@ func tunnelFlags(shouldHide bool) []cli.Flag {
|
||||||
EnvVars: []string{"TUNNEL_WARP_ROUTING"},
|
EnvVars: []string{"TUNNEL_WARP_ROUTING"},
|
||||||
Hidden: shouldHide,
|
Hidden: shouldHide,
|
||||||
}),
|
}),
|
||||||
altsrc.NewBoolFlag(&cli.BoolFlag{
|
altsrc.NewBoolFlag(&cli.BoolFlag{
|
||||||
Name: "management-diagnostics",
|
Name: "management-diagnostics",
|
||||||
Usage: "Enables the in-depth diagnostic routes to be made available over the management service (/debug/pprof, /metrics, etc.)",
|
Usage: "Enables the in-depth diagnostic routes to be made available over the management service (/debug/pprof, /metrics, etc.)",
|
||||||
EnvVars: []string{"TUNNEL_MANAGEMENT_DIAGNOSTICS"},
|
EnvVars: []string{"TUNNEL_MANAGEMENT_DIAGNOSTICS"},
|
||||||
|
|
Loading…
Reference in New Issue