Print file offset instead of obscure 'prefix' while dumping data.
prefix is used to properly indent the output of the dump, so you do want to keep the prefix (this doesn't prevent you from adding the offsets for dumps)
The offset is going to replace the prefix, not to coexist with it. Are you objecting to it?
yes, you're loosing the identation of the data-dump that prefix provided A+