From b23ae3688c20677dca5636897ebdbe8396aca25f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 31 Mar 2010 14:58:54 -0700 Subject: Add doctor to bash completion. --- Library/Contributions/brew_bash_completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3