aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/brew_bash_completion.sh
diff options
context:
space:
mode:
authorJack Nagel2011-11-27 22:40:59 -0600
committerJack Nagel2011-11-27 23:29:41 -0600
commit8b88ea3eaea716f14a0764e66cd5d08f3eab1fbf (patch)
tree37c92f0c214aefe1033f0452e1bfb3ff70360c8a /Library/Contributions/brew_bash_completion.sh
parent0d08a5af00011679acd6d82714e9883f93b9fb7c (diff)
downloadbrew-8b88ea3eaea716f14a0764e66cd5d08f3eab1fbf.tar.bz2
Move brew-depstree into `brew deps --tree`
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Contributions/brew_bash_completion.sh')
-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 6fe0c1af4..722083e6f 100644
--- a/Library/Contributions/brew_bash_completion.sh
+++ b/Library/Contributions/brew_bash_completion.sh
@@ -85,7 +85,7 @@ _brew_to_completion()
;;
deps)
local opts=$(
- local opts=(--1 --all)
+ local opts=(--1 --all --tree)
for o in ${opts[*]}; do
[[ "${COMP_WORDS[*]}" =~ "$o" ]] || echo "$o"
done