[llvm-readelf] Unhide short options to match the command guide
authorgbreynoo <Owen.Reynolds@sony.com>
Wed, 12 May 2021 11:09:08 +0000 (12:09 +0100)
committergbreynoo <Owen.Reynolds@sony.com>
Wed, 12 May 2021 11:09:08 +0000 (12:09 +0100)
commit81900dc4982dc03da859a75c927e1bba95837c30
tree468e725a16b66eea8035cf9923298d8179adc6a4
parent725bc3eb0d5cdce1952e2848c1f170c808d0acde
[llvm-readelf] Unhide short options to match the command guide

The readelf command guide shows the short options used as aliases but
these are not found in the help text unless --show-hidden is used, other
tools show aliases with --help. This change fixes the help output to be
consistent with the command guide.

Differential Revision: https://reviews.llvm.org/D102173
llvm/tools/llvm-readobj/llvm-readobj.cpp