This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objcopy] Improve command line option help messages
ClosedPublic

Authored by jakehehrlich on Nov 13 2017, 1:39 PM.

Details

Summary

I was being inconsistent with the way I was capitalizing help messages for command line options. Additionally --remove-section wasn't using value_desc even though it benefited from it.

Diff Detail

Repository
rL LLVM

Event Timeline

jakehehrlich created this revision.Nov 13 2017, 1:39 PM
jakehehrlich added a reviewer: jhenderson.
jakehehrlich added a subscriber: llvm-commits.
This revision is now accepted and ready to land.Nov 14 2017, 1:50 AM
This revision was automatically updated to reflect the committed changes.