non-ascii character used.
This commit is contained in:
Andrew Johnstone 2016-05-01 18:19:18 +01:00
parent 17b106133b
commit 1a239ef2ae

View file

@ -81,7 +81,7 @@ var (
healthzPort = flags.Int("healthz-port", healthPort, "port for healthz endpoint.")
buildCfg = flags.Bool("dump-nginxconfiguration", false, `Returns a ConfigMap with the default nginx conguration.
buildCfg = flags.Bool("dump-nginx-configuration", false, `Returns a ConfigMap with the default nginx conguration.
This can be used as a guide to create a custom configuration.`)
profiling = flags.Bool("profiling", true, `Enable profiling via web interface host:port/debug/pprof/`)