diff options
author | Jason Molenda <jmolenda@apple.com> | 2015-09-28 23:02:00 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2015-09-28 23:02:00 +0000 |
commit | c8badb717b91acd9d9e6ef887ae5c12cf594a1f0 (patch) | |
tree | 02c7f3a7e2620201237302dbf7fd513905a87357 /lldb/source/Commands/CommandObjectBreakpoint.cpp | |
parent | e778e87d2a2689f782730814a20d5e0fd69b1486 (diff) | |
download | bcm5719-llvm-c8badb717b91acd9d9e6ef887ae5c12cf594a1f0.tar.gz bcm5719-llvm-c8badb717b91acd9d9e6ef887ae5c12cf594a1f0.zip |
Remove one of the three spaces after a period in one of the breakpoint
set help messages.
<rdar://problem/22870082>
llvm-svn: 248755
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 8e2045a9726..bfcae2d1cb3 100644 --- a/lldb/source/Commands/CommandObjectBreakpoint.cpp +++ b/lldb/source/Commands/CommandObjectBreakpoint.cpp @@ -774,7 +774,7 @@ CommandObjectBreakpointSet::CommandOptions::g_option_table[] = { LLDB_OPT_SET_4, true, "fullname", 'F', OptionParser::eRequiredArgument, NULL, NULL, CommandCompletions::eSymbolCompletion, eArgTypeFullName, "Set the breakpoint by fully qualified function names. For C++ this means namespaces and all arguments, and " - "for Objective C this means a full function prototype with class and selector. " + "for Objective C this means a full function prototype with class and selector. " "Can be repeated multiple times to make one breakpoint for multiple names." }, { LLDB_OPT_SET_5, true, "selector", 'S', OptionParser::eRequiredArgument, NULL, NULL, 0, eArgTypeSelector, |