From 6cc01e3a9147d2a4f7641ccda9f87077ef779eda Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Tue, 16 Aug 2016 19:44:38 -0700 Subject: [PATCH] fix(cmd): remove default port in cmd doc Default is unset. --- cmd/helm/helm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/helm.go b/cmd/helm/helm.go index 224102dc1..12156c038 100644 --- a/cmd/helm/helm.go +++ b/cmd/helm/helm.go @@ -59,7 +59,7 @@ Common actions from this point include: Environment: $HELM_HOME Set an alternative location for Helm files. By default, these are stored in ~/.helm - $HELM_HOST Set an alternative Tiller host. The format is host:port (default ":44134"). + $HELM_HOST Set an alternative Tiller host. The format is host:port. $KUBECONFIG Set an alternate Kubernetes configuration file (default: "~/.kube/config"). `