commit | 31fbb64aee1432672f776610e15466cbdc2f9795 | [log] [tgz] |
---|---|---|
author | Caroline Tice <ctice@apple.com> | Wed Sep 08 22:08:58 2010 +0000 |
committer | Caroline Tice <ctice@apple.com> | Wed Sep 08 22:08:58 2010 +0000 |
tree | 436e647a1f39313d54e30d243fbce911f314029f | |
parent | abb507ae79e20ab2dd8365049921df73a24c95a5 [diff] [blame] |
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> ...]") { }