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
commit7423b79f3a59103ad32e0c732cb59c2411827a32 (patch)
tree0989b3675cc1c8b821299050345052a91b153bb8 /Library
parent5bfd8faf901378194ea1aa34a10524b0786fc7a6 (diff)
downloadbrew-7423b79f3a59103ad32e0c732cb59c2411827a32.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