From 1a239ef2ae38818db17a30d9506ab8388f9c9dcc Mon Sep 17 00:00:00 2001 From: Andrew Johnstone Date: Sun, 1 May 2016 18:19:18 +0100 Subject: [PATCH] fixes #874 non-ascii character used. --- controllers/nginx/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/nginx/main.go b/controllers/nginx/main.go index a5b9afca9..bc19f8188 100644 --- a/controllers/nginx/main.go +++ b/controllers/nginx/main.go @@ -81,7 +81,7 @@ var ( healthzPort = flags.Int("healthz-port", healthPort, "port for healthz endpoint.") - buildCfg = flags.Bool("dump-nginx—configuration", 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/`)