From 215b0dbdc7c020fc5b19d520ec9c0c13dd9ebfad Mon Sep 17 00:00:00 2001 From: Alexandre Espinosa Menor Date: Wed, 10 Jun 2015 01:33:24 +0200 Subject: [PATCH] Added --desc to search subcommand bash_completion Closes Homebrew/homebrew#40535. 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 9c185d56ee..9068ac0c74 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -452,7 +452,7 @@ _brew_search () local cur="${COMP_WORDS[COMP_CWORD]}" case "$cur" in --*) - __brewcomp "--debian --fedora --fink --macports --opensuse --ubuntu" + __brewcomp "--debian --desc --fedora --fink --macports --opensuse --ubuntu" return ;; esac