add alias for helm up for helm update

pull/684/head
vaikas-google 9 years ago
parent 68653814eb
commit 85d9613cf3

@ -19,6 +19,7 @@ var verboseUpdate bool
var updateCommand = &cobra.Command{
Use: "update",
Aliases: []string{"up"},
Short: "Update information on available charts in the chart repositories.",
RunE: runUpdate,
}

Loading…
Cancel
Save