diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectBreakpoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpoint.cpp b/lldb/source/Commands/CommandObjectBreakpoint.cpp index 9dd532b..de83d9f 100644 --- a/lldb/source/Commands/CommandObjectBreakpoint.cpp +++ b/lldb/source/Commands/CommandObjectBreakpoint.cpp @@ -518,7 +518,7 @@ CommandObjectBreakpointSet::Execute CommandObjectMultiwordBreakpoint::CommandObjectMultiwordBreakpoint (CommandInterpreter &interpreter) : CommandObjectMultiword (interpreter, "breakpoint", - "A set of commands for operating on breakpoints. Also see regexp-break.", + "A set of commands for operating on breakpoints. Also see _regexp-break.", "breakpoint <command> [<command-options>]") { bool status; |