Merge pull request #712 from technosophos/fix/helm-helptext

fix(helm): update main help text
pull/714/head
Matt Butcher 9 years ago
commit 3b9bad13fd

@ -24,16 +24,15 @@ $ helm init
This will install Tiller to your running Kubernetes cluster.
It will also set up any necessary local configuration.
Commond actions from this point on include:
Common actions from this point include:
- helm search: search for charts
- helm fetch: download a chart to your local directory to view
- helm install: upload the chart to Kubernetes
- helm list: list releases of charts
ENVIRONMENT:
$HELM_HOME: Set an alternative location for Helm files.
By default, these are stored in ~/.helm
Environment:
$HELM_HOME Set an alternative location for Helm files. By default, these are stored in ~/.helm
`
// RootCommand is the top-level command for Helm.

Loading…
Cancel
Save