Author: Luboš Luňák
Date: 2022-05-21T12:26:42+02:00
New Revision: 8ba1421432924a49ce884461f87970c6513a298f

URL: 
https://github.com/llvm/llvm-project/commit/8ba1421432924a49ce884461f87970c6513a298f
DIFF: 
https://github.com/llvm/llvm-project/commit/8ba1421432924a49ce884461f87970c6513a298f.diff

LOG: [lldb] fix 'command container' help text

Added: 
    

Modified: 
    lldb/source/Commands/CommandObjectCommands.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Commands/CommandObjectCommands.cpp 
b/lldb/source/Commands/CommandObjectCommands.cpp
index 4ea81082a9aed..2334759ea0f47 100644
--- a/lldb/source/Commands/CommandObjectCommands.cpp
+++ b/lldb/source/Commands/CommandObjectCommands.cpp
@@ -2099,8 +2099,8 @@ class CommandObjectCommandContainer : public 
CommandObjectMultiword {
       : 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 <subcommand> [<subcommand-options>]") {
     LoadSubCommand("add", CommandObjectSP(new 
CommandObjectCommandsContainerAdd(


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to