aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/deps.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/deps.rb b/Library/Homebrew/cmd/deps.rb
index 658b07902..180ad3de3 100644
--- a/Library/Homebrew/cmd/deps.rb
+++ b/Library/Homebrew/cmd/deps.rb
@@ -64,7 +64,7 @@ module Homebrew
def puts_deps_tree(formulae)
formulae.each do |f|
- puts f.full_name
+ puts "#{f.full_name} (required dependencies)"
recursive_deps_tree(f, "")
puts
end