[NFC] Fix whitespace in lldb-vscode --help

This commit is contained in:
Jordan Rupprecht 2020-09-10 10:57:08 -07:00
parent d9c8b0256c
commit 6040d52550
1 changed files with 1 additions and 1 deletions

View File

@ -2869,7 +2869,7 @@ const std::map<std::string, RequestCallback> &GetRequestHandlers() {
} // anonymous namespace
static void printHelp(LLDBVSCodeOptTable &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 VSCode", false);
std::string examples = R"___(