regexp-break -> _regexp-break in command string.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@132141 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectBreakpoint.cpp b/source/Commands/CommandObjectBreakpoint.cpp
index 9dd532b..de83d9f 100644
--- a/source/Commands/CommandObjectBreakpoint.cpp
+++ b/source/Commands/CommandObjectBreakpoint.cpp
@@ -518,7 +518,7 @@
 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;