diff options
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/tools/driver/Driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/driver/Driver.cpp b/lldb/tools/driver/Driver.cpp index 9d685f2e35b..806922bc860 100644 --- a/lldb/tools/driver/Driver.cpp +++ b/lldb/tools/driver/Driver.cpp @@ -747,7 +747,7 @@ void reproducer_handler(void *) { } static void printHelp(LLDBOptTable &table, llvm::StringRef tool_name) { - std::string usage_str = tool_name.str() + "options"; + std::string usage_str = tool_name.str() + " [options]"; table.PrintHelp(llvm::outs(), usage_str.c_str(), "LLDB", false); std::string examples = R"___( |