More help text fixes.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@113421 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectBreakpoint.cpp b/source/Commands/CommandObjectBreakpoint.cpp
index 9b53d6a..4028482 100644
--- a/source/Commands/CommandObjectBreakpoint.cpp
+++ b/source/Commands/CommandObjectBreakpoint.cpp
@@ -1209,7 +1209,7 @@
 
 CommandObjectBreakpointModify::CommandObjectBreakpointModify () :
     CommandObject ("breakpoint modify", "Modify the options on a breakpoint or set of breakpoints in the executable.", 
-                   "breakpoint modify <cmd-options> break-id [break-id ...]")
+                   "breakpoint modify <cmd-options> <breakpoint-id> [<breakpoint-id> ...]")
 {
 }