From 8ba1421432924a49ce884461f87970c6513a298f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Sat, 21 May 2022 12:26:22 +0200 Subject: [lldb] fix 'command container' help text --- lldb/source/Commands/CommandObjectCommands.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/source/Commands/CommandObjectCommands.cpp') diff --git a/lldb/source/Commands/CommandObjectCommands.cpp b/lldb/source/Commands/CommandObjectCommands.cpp index 4ea8108..2334759 100644 --- a/lldb/source/Commands/CommandObjectCommands.cpp +++ b/lldb/source/Commands/CommandObjectCommands.cpp @@ -2099,8 +2099,8 @@ public: : CommandObjectMultiword( interpreter, "command container", "Commands for adding container commands to lldb. " - "Container commands are containers for other commands. You can" - "add nested container commands by specifying a command path, but " + "Container commands are containers for other commands. You can " + "add nested container commands by specifying a command path, " "but you can't add commands into the built-in command hierarchy.", "command container []") { LoadSubCommand("add", CommandObjectSP(new CommandObjectCommandsContainerAdd( -- cgit v1.1