pickhardt / betty

Friendly English-like interface for your command line. Don't remember a command? Ask Betty.
2.62k stars 215 forks source link

sizes.rb showing the wrong prefixes #90

Open dktcoding opened 10 years ago

dktcoding commented 10 years ago

There's a small issue on sizes.rb, it's calculating the sizes using binary multiples, but showing decimal prefixes (i.e. for 2^10 KB instead of KiB). So basically the idea should be to choose either one or the other.