aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Espinosa Menor2015-06-10 01:33:24 +0200
committerJack Nagel2015-06-09 21:15:45 -0400
commit215b0dbdc7c020fc5b19d520ec9c0c13dd9ebfad (patch)
tree8aaa13489e01f593ef7e79ea9403979b438958f6
parent32b3fc064b1fb66dbffc86613472c6e7fcd1d6f0 (diff)
downloadbrew-215b0dbdc7c020fc5b19d520ec9c0c13dd9ebfad.tar.bz2
Added --desc to search subcommand bash_completion
Closes Homebrew/homebrew#40535. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-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 9c185d56e..9068ac0c7 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