diff --git a/commands/uninstall.go b/commands/uninstall.go index 7e9d580..e2e8e9e 100644 --- a/commands/uninstall.go +++ b/commands/uninstall.go @@ -16,7 +16,7 @@ import ( var UninstallCommand = cli.Command{ Name: "uninstall", - Aliases: []string{"remove", "delete"}, + Aliases: []string{"remove", "del"}, Usage: "Uninstall an application", Flags: []cli.Flag{ &cli.BoolFlag{