Fix regression caused in
r28141:
* reported byte sizes were a factor of 1024 off
* word count was missing, listing only $2
Note that 28141 (as fixed) uses formatSize() which in most cases will not include any decimals or thousands separators, as it rounds off to integral values.