More help text fixes.

llvm-svn: 113421
diff --git a/lldb/source/Commands/CommandObjectBreakpoint.cpp b/lldb/source/Commands/CommandObjectBreakpoint.cpp
index 9b53d6a..4028482 100644
--- a/lldb/source/Commands/CommandObjectBreakpoint.cpp
+++ b/lldb/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> ...]")
 {
 }