aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-01-08 13:24:35 -0600
committerJack Nagel2012-01-08 13:24:35 -0600
commit2738ff352fcb045fa88c5051c6e196546d00baf2 (patch)
tree79102293abc423534bd0ef28336315edd33029f0 /Library
parent31f7f9bf4280c52fb7ed5bd6aca2be495468f9e6 (diff)
downloadhomebrew-2738ff352fcb045fa88c5051c6e196546d00baf2.tar.bz2
Complete options for `brew -S`
Signed-off-by: Jack Nagel <jacknagel@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 8299ef9a9..52e008910 100644
--- a/Library/Contributions/brew_bash_completion.sh
+++ b/Library/Contributions/brew_bash_completion.sh
@@ -167,7 +167,7 @@ _brew_to_completion()
COMPREPLY=( $(compgen -W "$opts" -- ${cur}) )
return
;;
- search)
+ search|-S)
local opts=$(
local opts=(--fink --macports)
for o in ${opts[*]}; do