info: also make verbose output readable.
This commit is contained in:
parent
0aadc1e4e6
commit
be983cfcdf
@ -207,7 +207,7 @@ module Homebrew
|
||||
value.each do |range, results|
|
||||
oh1 "#{category} (#{range})"
|
||||
results.each do |name_with_options, count|
|
||||
puts "#{name_with_options}: #{count}"
|
||||
puts "#{name_with_options}: #{number_readable(count)}"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user