Skip to content

Commit 8ba1421

Browse files
committed
[lldb] fix 'command container' help text
1 parent f09a50c commit 8ba1421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/source/Commands/CommandObjectCommands.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2099,8 +2099,8 @@ class CommandObjectCommandContainer : public CommandObjectMultiword {
20992099
: CommandObjectMultiword(
21002100
interpreter, "command container",
21012101
"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 "
2102+
"Container commands are containers for other commands. You can "
2103+
"add nested container commands by specifying a command path, "
21042104
"but you can't add commands into the built-in command hierarchy.",
21052105
"command container <subcommand> [<subcommand-options>]") {
21062106
LoadSubCommand("add", CommandObjectSP(new CommandObjectCommandsContainerAdd(

0 commit comments

Comments
 (0)