From 78ace67b3fce405bdfe5384b61e471e94b698c9c Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 31 Mar 2011 11:09:45 -0700 Subject: [PATCH] Add audit to bash completion --- Library/Contributions/brew_bash_completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index ee66a04e37..7513e3c4f6 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -9,7 +9,7 @@ _brew_to_completion() # Subcommand list [[ ${COMP_CWORD} -eq 1 ]] && { - local actions="--cache --config --prefix cat cleanup configure create + local actions="--cache --config --prefix audit cat cleanup configure create deps doctor edit home info install link list log outdated prune remove search unlink update uses" local ext=$(\ls $(brew --repository)/Library/Contributions/examples |