diff --git a/cmd/helm/deployment.go b/cmd/helm/deployment.go index dd83734b3..a2975bb18 100644 --- a/cmd/helm/deployment.go +++ b/cmd/helm/deployment.go @@ -51,8 +51,8 @@ func deploymentCommands() cli.Command { ArgsUsage: "DEPLOYMENT", }, { - Name: "delete", - Aliases: []string{"del"}, + Name: "remove", + Aliases: []string{"rm"}, Usage: "Deletes the named deployment(s).", ArgsUsage: "DEPLOYMENT [DEPLOYMENT [...]]", Action: func(c *cli.Context) { run(c, deleteDeployment) },