[llvm-readobj] Make some commonly used short options visibile in -help
authorFangrui Song <maskray@google.com>
Sat, 15 Sep 2018 21:27:46 +0000 (21:27 +0000)
committerFangrui Song <maskray@google.com>
Sat, 15 Sep 2018 21:27:46 +0000 (21:27 +0000)
commit37a72098ae1cd919f940ff29bbf468ad0fcda449
treef26111019350af3cc6d72b1b18e63753feca29e2
parenta1981c757be03e4eb5665d245c4a0227b0e6c4a7
[llvm-readobj] Make some commonly used short options visibile in -help

For people who use llvm-readelf as a replacement of GNU readelf, they would like to see -d -r ... listed in llvm-readelf -help. It also helps understanding the confusing -s (which is unfortunately different in semantics).

Reviewers: phosek, ruiu, echristo

Reviewed By: ruiu, echristo

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D52129

llvm-svn: 342339
llvm/tools/llvm-readobj/llvm-readobj.cpp