We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09a50c commit 8ba1421Copy full SHA for 8ba1421
lldb/source/Commands/CommandObjectCommands.cpp
@@ -2099,8 +2099,8 @@ class CommandObjectCommandContainer : public CommandObjectMultiword {
2099
: CommandObjectMultiword(
2100
interpreter, "command container",
2101
"Commands for adding container commands to lldb. "
2102
- "Container commands are containers for other commands. You can"
2103
- "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, "
2104
"but you can't add commands into the built-in command hierarchy.",
2105
"command container <subcommand> [<subcommand-options>]") {
2106
LoadSubCommand("add", CommandObjectSP(new CommandObjectCommandsContainerAdd(
0 commit comments