Added --desc to search subcommand bash_completion

Closes Homebrew/homebrew#40535.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Alexandre Espinosa Menor 2015-06-10 01:33:24 +02:00 committed by Jack Nagel
parent 32b3fc064b
commit 215b0dbdc7

View File

@ -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