aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorGreg Sieranski2013-08-21 12:57:16 -0400
committerSamuel John2013-08-21 20:25:15 +0200
commit1abb8cdf819f0bc264df2805398076726300ee7c (patch)
treef6a26ffcb61792bbd9d6aa88ca0939510670f58f /Library
parent43fc7423d7db1d0cd0b4ef2524815d8ee4ed589c (diff)
downloadbrew-1abb8cdf819f0bc264df2805398076726300ee7c.tar.bz2
adding reinstall to bash completion
Closes Homebrew/homebrew#22051. Signed-off-by: Samuel John <github@SamuelJohn.de>
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/brew_bash_completion.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh
index b8cacc012..28a57c6c5 100644
--- a/Library/Contributions/brew_bash_completion.sh
+++ b/Library/Contributions/brew_bash_completion.sh
@@ -422,6 +422,7 @@ _brew ()
prune
pin
search
+ reinstall
tap
test
uninstall remove rm
@@ -451,6 +452,7 @@ _brew ()
fetch) _brew_fetch ;;
info|abv) _brew_info ;;
install|instal) _brew_install ;;
+ reinstall|reinstal) _brew_install ;;
link|ln) _brew_link ;;
list|ls) _brew_list ;;
log) _brew_log ;;