mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-04 03:44:59 +00:00
[lldb] fix 'command container' help text
This commit is contained in:
parent
f09a50cd97
commit
8ba1421432
@ -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 <subcommand> [<subcommand-options>]") {
|
||||
LoadSubCommand("add", CommandObjectSP(new CommandObjectCommandsContainerAdd(
|
||||
|
Loading…
Reference in New Issue
Block a user