aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz2013-05-15 08:42:54 +0200
committerAdam Vandenberg2013-05-15 06:38:09 -0700
commit0244040825f03e267a419386037430a4dee4ac7e (patch)
tree9502497ac5087622465a25ea70e404300b30c292 /Library
parent132e6a3a8eff2b1887f7d59ddce3806098e7cbde (diff)
downloadbrew-0244040825f03e267a419386037430a4dee4ac7e.tar.bz2
brew_bash_completion: complete --force for brew link
Closes Homebrew/homebrew#19828. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/brew_bash_completion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh
index 31f714b22..3253652d1 100644
--- a/Library/Contributions/brew_bash_completion.sh
+++ b/Library/Contributions/brew_bash_completion.sh
@@ -234,7 +234,7 @@ _brew_link ()
local cur="${COMP_WORDS[COMP_CWORD]}"
case "$cur" in
--*)
- __brewcomp "--dry-run --overwrite"
+ __brewcomp "--dry-run --overwrite --force"
return
;;
esac