Commit 91effb79 authored by Michelle Noorali's avatar Michelle Noorali

Merge pull request #717 from michelleN/fix-flag-description

chore(helm): fix flag description
parents 3f2aa7a3 6c06531e
......@@ -43,7 +43,7 @@ var RootCommand = &cobra.Command{
}
func init() {
RootCommand.PersistentFlags().StringVar(&helmHome, "home", "$HOME/.helm", "location of you Helm files [$HELM_HOME]")
RootCommand.PersistentFlags().StringVar(&helmHome, "home", "$HOME/.helm", "location of your Helm config")
RootCommand.PersistentFlags().BoolVarP(&flagVerbose, "verbose", "v", false, "enable verbose output")
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment