diff options
| author | Adam Vandenberg | 2011-03-31 11:09:45 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-31 11:09:45 -0700 |
| commit | 78ace67b3fce405bdfe5384b61e471e94b698c9c (patch) | |
| tree | 1712911fcbcfdcd3e277ebd9701f67c25e830125 /Library | |
| parent | 4a4186c58383583da69a347b6c1537fa95dd4629 (diff) | |
| download | brew-78ace67b3fce405bdfe5384b61e471e94b698c9c.tar.bz2 | |
Add audit 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 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 | |
