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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D39978
[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
Event TimelineThis revision is now accepted and ready to land.Nov 14 2017, 1:50 AM Closed by commit rL318190: [llvm-objcopy] Improve command line option help messages (authored by jakehehrlich). · Explain WhyNov 14 2017, 12:36 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 122899 llvm/trunk/tools/llvm-objcopy/llvm-objcopy.cpp
|