diff --git a/Cellar/homebrew/brew b/Cellar/homebrew/brew index b107b7b18d2809fd72718a2aeba0e3215ccbaaeb..794d2fe79dc000f934b4af510593ae3613764a91 100755 --- a/Cellar/homebrew/brew +++ b/Cellar/homebrew/brew @@ -84,6 +84,10 @@ case ARGV[0] end puts "Created #{n} links" + when 'abv', 'stats', 'statistics' + cellar=$root+'Cellar' + print `find #{cellar} -type f | wc -l`.strip+' files,'+`du -hd0 #{cellar} | cut -d"\t" -f1` + when 'prune', 'pasteurize' then puts "Pruned #{prune} files"