diff options
| author | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-09-08 23:17:34 +0000 |
|---|---|---|
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-09-08 23:17:34 +0000 |
| commit | ec6a774ed23d99be19466e2c65e2d28b3cf4ca7f (patch) | |
| tree | 3eac9a61ddcb359f423116d6c68db21f79930cf6 | |
| parent | 8df390f9ebc87702ae2b6155e5d81477c481db6f (diff) | |
| download | bcm5719-llvm-ec6a774ed23d99be19466e2c65e2d28b3cf4ca7f.tar.gz bcm5719-llvm-ec6a774ed23d99be19466e2c65e2d28b3cf4ca7f.zip | |
llvm-objdump: add missing ) in help output, NFC
Add a missing ')' in the help output. NFC.
llvm-svn: 281000
| -rw-r--r-- | llvm/tools/llvm-objdump/MachODump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-objdump/MachODump.cpp b/llvm/tools/llvm-objdump/MachODump.cpp index 2e7a3b221bf..804a93967f5 100644 --- a/llvm/tools/llvm-objdump/MachODump.cpp +++ b/llvm/tools/llvm-objdump/MachODump.cpp @@ -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", |

