From 0244040825f03e267a419386037430a4dee4ac7e Mon Sep 17 00:00:00 2001 From: Jaime Marquínez Ferrándiz Date: Wed, 15 May 2013 08:42:54 +0200 Subject: brew_bash_completion: complete --force for brew link Closes Homebrew/homebrew#19828. Signed-off-by: Adam Vandenberg --- Library/Contributions/brew_bash_completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3