info: also make verbose output readable.

This commit is contained in:
Mike McQuaid 2018-09-13 09:07:43 +01:00 committed by GitHub
parent 0aadc1e4e6
commit be983cfcdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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