From 7423b79f3a59103ad32e0c732cb59c2411827a32 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 8 Jan 2012 13:24:35 -0600 Subject: [PATCH] Complete options for `brew -S` Signed-off-by: Jack Nagel --- Library/Contributions/brew_bash_completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index 8299ef9a9f..52e0089104 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