Having both rename-at and rename-all both seems confusing and introduces unneeded difficulties. After merging rename-at and rename-all maintaining main function wrappers and custom help becomes redundant while CLI becomes less confusing.
D24224 (which was the original patch causing buildbot failures) wasn't aware of bugs caused by passing both -offset and -qualified-name.
D24224 was reverted and this patch previous diff to disallow both options present within single invocation.
Old and unmaintaned clang-rename unittest is deleted.