[all-commits] [llvm/llvm-project] 81900d: [llvm-readelf] Unhide short options to match the c...
gbreynoo via All-commits
all-commits at lists.llvm.org
Wed May 12 04:10:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81900dc4982dc03da859a75c927e1bba95837c30
https://github.com/llvm/llvm-project/commit/81900dc4982dc03da859a75c927e1bba95837c30
Author: gbreynoo <Owen.Reynolds at sony.com>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M llvm/tools/llvm-readobj/llvm-readobj.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list