fix(cmd): fix init command description

pull/707/head
Adam Reese 9 years ago
parent b243a86f1c
commit 127a27682e

@ -30,7 +30,7 @@ func init() {
var initCmd = &cobra.Command{
Use: "init",
Short: "Initialize Helm on both client and server.",
Long: installDesc,
Long: initDesc,
RunE: runInit,
}

Loading…
Cancel
Save