fix(cmd): fix init command description
@ -10,7 +10,6 @@ import (
"google.golang.org/grpc"
)
var stdout = os.Stdout
var helmHome string
// flagVerbose is a signal that the user wants additional output.
@ -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,
}