diff options
| author | Jaime Marquínez Ferrándiz | 2013-05-15 08:42:54 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-15 06:38:09 -0700 |
| commit | 0244040825f03e267a419386037430a4dee4ac7e (patch) | |
| tree | 9502497ac5087622465a25ea70e404300b30c292 | |
| parent | 132e6a3a8eff2b1887f7d59ddce3806098e7cbde (diff) | |
| download | brew-0244040825f03e267a419386037430a4dee4ac7e.tar.bz2 | |
brew_bash_completion: complete --force for brew link
Closes Homebrew/homebrew#19828.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 2 |
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 |
