File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2099,8 +2099,8 @@ class CommandObjectCommandContainer : public CommandObjectMultiword {
2099
2099
: CommandObjectMultiword(
2100
2100
interpreter, " command container" ,
2101
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 "
2102
+ " Container commands are containers for other commands. You can "
2103
+ " add nested container commands by specifying a command path, "
2104
2104
" but you can't add commands into the built-in command hierarchy." ,
2105
2105
" command container <subcommand> [<subcommand-options>]" ) {
2106
2106
LoadSubCommand (" add" , CommandObjectSP (new CommandObjectCommandsContainerAdd (
You can’t perform that action at this time.
0 commit comments