fix(helm): update main help text

pull/712/head
Matt Butcher 8 years ago
parent 5e1ef0ce86
commit 228060a1bf

@ -19,21 +19,20 @@ var globalUsage = `The Kubernetes package manager
To begin working with Helm, run the 'helm init' command:
$ helm init
$ 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