From 6f3139a79edaa9d977e3655538fe30a598965985 Mon Sep 17 00:00:00 2001 From: Itamar Ostricher Date: Tue, 7 Mar 2017 12:09:12 +0200 Subject: [PATCH] Fix glbc usage string 1. Typo in `glbc` binary name 2. Typo in `running-in-cluster` flag 3. Remove non-existing flag `--default-backend-node-port` --- controllers/gce/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/gce/main.go b/controllers/gce/main.go index d71752ce5..f72b3d4b0 100644 --- a/controllers/gce/main.go +++ b/controllers/gce/main.go @@ -70,7 +70,7 @@ const ( var ( flags = flag.NewFlagSet( - `gclb: gclb --runngin-in-cluster=false --default-backend-node-port=123`, + `glbc: glbc --running-in-cluster=false`, flag.ExitOnError) clusterName = flags.String("cluster-uid", controller.DefaultClusterUID,