diff --git a/cmd/kubecfg/kubecfg.go b/cmd/kubecfg/kubecfg.go index 63793a6806d..9ff29a1e8fe 100644 --- a/cmd/kubecfg/kubecfg.go +++ b/cmd/kubecfg/kubecfg.go @@ -55,7 +55,7 @@ var ( www = flag.String("www", "", "If -proxy is true, use this directory to serve static files") templateFile = flag.String("template_file", "", "If present, load this file as a golang template and use it for output printing") templateStr = flag.String("template", "", "If present, parse this string as a golang template and use it for output printing") - imageName = flag.String("image", "", "Image used when updating a replicationController") + imageName = flag.String("image", "", "Image used when updating a replicationController. Will apply to the first container in the pod template.") ) var parser = kubecfg.NewParser(map[string]interface{}{ @@ -72,11 +72,14 @@ func usage() { kubecfg [OPTIONS] get|list|create|delete|update <%s>[/] Manage replication controllers: - kubecfg [OPTIONS] stop|rm|rollingupdate + kubecfg [OPTIONS] stop|rm kubecfg [OPTIONS] [-u