diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectCommands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectCommands.cpp b/lldb/source/Commands/CommandObjectCommands.cpp index b8b4be905a7..b48f8ae9977 100644 --- a/lldb/source/Commands/CommandObjectCommands.cpp +++ b/lldb/source/Commands/CommandObjectCommands.cpp @@ -424,7 +424,7 @@ public: CommandObjectMultiwordCommands::CommandObjectMultiwordCommands (CommandInterpreter &interpreter) : CommandObjectMultiword ("commands", - "Commands for managing the command interpreters commands", + "A set of commands for managing or customizing the debugger commands.", "commands <subcommand> [<subcommand-options>]") { LoadSubCommand (interpreter, "source", CommandObjectSP (new CommandObjectCommandsSource ())); |