adding reinstall to bash completion

Closes Homebrew/homebrew#22051.

Signed-off-by: Samuel John <github@SamuelJohn.de>
This commit is contained in:
Greg Sieranski 2013-08-21 12:57:16 -04:00 committed by Samuel John
parent 43fc7423d7
commit 1abb8cdf81

View File

@ -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 ;;