aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-09 20:57:10 -0700
committerAdam Vandenberg2010-06-09 22:01:13 -0700
commit22ec3c76a8c755c30fa4405fc97b4735fe74e9f7 (patch)
tree7efc08e9a73a7fed6ebfb2781933f440b1030ac4 /Library
parent870ba9fa4b51919484500c7db78bb7745a7248b5 (diff)
downloadbrew-22ec3c76a8c755c30fa4405fc97b4735fe74e9f7.tar.bz2
Add some dash-commands to bash completion script
Diffstat (limited to 'Library')
-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 fb300cba3..e0fd58862 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 usually only complete unabbreviated commands.
- actions="--config cat cleanup configure create deps doctor edit home info install link list log outdated prune remove search unlink update uses"
+ actions="--cache --config --prefix cat cleanup configure create deps doctor edit home info install link list log outdated prune remove search unlink update uses"
if [[ ( ${COMP_CWORD} -eq 1 ) && ( ${COMP_WORDS[0]} == brew ) ]]; then
# Subcommand list.