aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib
diff options
context:
space:
mode:
authorMike McQuaid2017-02-21 15:42:05 +0000
committerGitHub2017-02-21 15:42:05 +0000
commit6344989ca7d8fadd6aa102ef2a931e9d0c39ec52 (patch)
tree3946eac5a0160a9ca4ca41b689e20bf21391fad6 /Library/Homebrew/cask/lib
parentefd4d1554c71082543296e171a50791a295cc364 (diff)
parenta81bd81a14b6f1b85f523dc9cdb925ed7cc62b9a (diff)
downloadbrew-6344989ca7d8fadd6aa102ef2a931e9d0c39ec52.tar.bz2
Merge pull request #2084 from ilovezfs/uninstal
brew uninstal alias for brew uninstall
Diffstat (limited to 'Library/Homebrew/cask/lib')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli.rb b/Library/Homebrew/cask/lib/hbc/cli.rb
index 73ab121d2..8e178e373 100644
--- a/Library/Homebrew/cask/lib/hbc/cli.rb
+++ b/Library/Homebrew/cask/lib/hbc/cli.rb
@@ -37,6 +37,7 @@ module Hbc
"-S" => "search", # verb starting with "-" is questionable
"up" => "update",
"instal" => "install", # gem does the same
+ "uninstal" => "uninstall",
"rm" => "uninstall",
"remove" => "uninstall",
"abv" => "info",