Support the brew instal typo

Because `gem instal` works too.
This commit is contained in:
Max Howell 2010-11-13 22:45:53 +00:00 committed by Adam Vandenberg
parent d78b89dd2e
commit 00e654a8b7

View File

@ -55,6 +55,7 @@ begin
'-S' => :search,
'up' => :update,
'ln' => :link,
'instal' => :install, # gem does the same
'rm' => :uninstall,
'remove' => :uninstall,
'configure' => :diy,