diff --git a/pkg/app/app.go b/pkg/app/app.go index c08f33370..2329ea08a 100644 --- a/pkg/app/app.go +++ b/pkg/app/app.go @@ -99,7 +99,8 @@ func New() EnvdApp { Global Options: {{range $index, $option := .VisibleFlags}}{{if $index}} - {{end}}{{wrap $option.String 6}}{{end}}{{end}}{{end}}` + {{end}}{{wrap $option.String 6}}{{end}}{{end}}{{end}} +` // Deal with debug flag. var debugEnabled bool