From 1abb8cdf819f0bc264df2805398076726300ee7c Mon Sep 17 00:00:00 2001 From: Greg Sieranski Date: Wed, 21 Aug 2013 12:57:16 -0400 Subject: [PATCH] adding reinstall to bash completion Closes Homebrew/homebrew#22051. Signed-off-by: Samuel John --- Library/Contributions/brew_bash_completion.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index b8cacc012f..28a57c6c5c 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 ;;