diff options
| author | Alexandre Espinosa Menor | 2015-06-10 01:33:24 +0200 |
|---|---|---|
| committer | Jack Nagel | 2015-06-09 21:15:45 -0400 |
| commit | 215b0dbdc7c020fc5b19d520ec9c0c13dd9ebfad (patch) | |
| tree | 8aaa13489e01f593ef7e79ea9403979b438958f6 | |
| parent | 32b3fc064b1fb66dbffc86613472c6e7fcd1d6f0 (diff) | |
| download | brew-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.sh | 2 |
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 |
