aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-31 11:09:45 -0700
committerAdam Vandenberg2011-03-31 11:09:45 -0700
commitf6726a8367907130de2296636d22d5b14dcd82ca (patch)
tree952eb37a1cc4daf117f82b533a46bfc5ac96831b
parentc93127c652fea3f0e88c23cd3b0195dd67804a82 (diff)
downloadhomebrew-f6726a8367907130de2296636d22d5b14dcd82ca.tar.bz2
Add audit to bash completion
-rw-r--r--Library/Contributions/brew_bash_completion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh
index ee66a04e3..7513e3c4f 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 |