mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
llvm-objdump: add missing ) in help output, NFC
Add a missing ')' in the help output. NFC. llvm-svn: 281000
This commit is contained in:
parent
ef2e9c0918
commit
d60cccf70a
@ -128,7 +128,7 @@ cl::opt<bool>
|
||||
|
||||
cl::opt<std::string> llvm::DisSymName(
|
||||
"dis-symname",
|
||||
cl::desc("disassemble just this symbol's instructions (requires -macho"));
|
||||
cl::desc("disassemble just this symbol's instructions (requires -macho)"));
|
||||
|
||||
static cl::opt<bool> NoSymbolicOperands(
|
||||
"no-symbolic-operands",
|
||||
|
Loading…
Reference in New Issue
Block a user