We had a need of deleting all the rpaths in binaries we ship (we later add just one) and instead of parsing the output of objdump -p and calling install-name-tool over and over this seemed like a easy solution to the problem. I know this tool was created to mirror upstream apple - but don't see any problem of it adding additional functionality IMHO.
This patch misses some documentation but I wanted to make sure that people thought that this was an alright thing to add.
Tagged a few reviewers that have worked with install-name-tool before.
the line break appears to be unnecessary