[llvm-objdump] Mark syms/t flags as NotHidden. NFC.

Slight improvement to help output of llvm-objdump that exposes the
shorter -t flag for -syms instead of it being hidden away.

llvm-svn: 345704
This commit is contained in:
Kristina Brooks 2018-10-31 09:35:25 +00:00
parent 81b760cc8c
commit 4066f020f9

View File

@ -128,6 +128,7 @@ static cl::alias SectionContentsShort("s",
cl::opt<bool> llvm::SymbolTable("syms", cl::desc("Display the symbol table"));
static cl::alias SymbolTableShort("t", cl::desc("Alias for --syms"),
cl::NotHidden,
cl::aliasopt(llvm::SymbolTable));
cl::opt<bool>