llvm-objdump: add missing ) in help output, NFC

Add a missing ')' in the help output.  NFC.

llvm-svn: 281000
This commit is contained in:
Saleem Abdulrasool 2016-09-08 23:17:34 +00:00
parent 8df390f9eb
commit ec6a774ed2
1 changed files with 1 additions and 1 deletions

View File

@ -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",