diff options
| author | Adam Vandenberg | 2010-03-31 14:58:54 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-06 08:22:28 -0700 |
| commit | 01e13d48d7d99f63c1d3405fd8b2f240dd00911c (patch) | |
| tree | a520f322f2122fc045525f3c36e1b4e11f64bcf6 /Library | |
| parent | 184a920fe54e3c5fa4332842d6435efbcae51c36 (diff) | |
| download | homebrew-01e13d48d7d99f63c1d3405fd8b2f240dd00911c.tar.bz2 | |
Add doctor to bash completion.
Diffstat (limited to 'Library')
| -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 86c4036e6..eace3e88d 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -12,7 +12,7 @@ _brew_to_completion() cur="${COMP_WORDS[COMP_CWORD]}" # We only complete unabbreviated commands... - actions="cat cleanup configure create deps edit generate homepage info install list link log outdated prune remove search unlink update uses" + actions="cat cleanup configure create deps doctor edit generate homepage info install list link log outdated prune remove search unlink update uses" if [[ ( ${COMP_CWORD} -eq 1 ) && ( ${COMP_WORDS[0]} == brew ) ]] ; then # Subcommand list |
