From 2738ff352fcb045fa88c5051c6e196546d00baf2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 8 Jan 2012 13:24:35 -0600 Subject: Complete options for `brew -S` Signed-off-by: Jack Nagel --- 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 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 -- cgit v1.2.3