Currently we report
${argv[0]}: error: ...
GNU objdump does not print error:
${argv[0]}: ...
error: is useful, but repeating argv[0] does not provide lots of value. So switch to:
error: ...
This is also consistent with llvm-objcopy and llvm-readobj.