summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2013-02-14 19:30:35 +0000
committerJim Ingham <jingham@apple.com>2013-02-14 19:30:35 +0000
commit6394479e4fdf5693c0756d67da4ff2fb502ab431 (patch)
treea06d1d79b5a112a5932cde001bf036999fef3aeb /lldb/source/Commands/CommandObjectBreakpoint.cpp
parent719d2c9d36e9144bdb2cbe81095ce73d20e2d39c (diff)
downloadbcm5719-llvm-6394479e4fdf5693c0756d67da4ff2fb502ab431.tar.gz
bcm5719-llvm-6394479e4fdf5693c0756d67da4ff2fb502ab431.zip
One to many always's.
llvm-svn: 175202
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectBreakpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpoint.cpp b/lldb/source/Commands/CommandObjectBreakpoint.cpp
index a029819848d..ca0c52a9bf0 100644
--- a/lldb/source/Commands/CommandObjectBreakpoint.cpp
+++ b/lldb/source/Commands/CommandObjectBreakpoint.cpp
@@ -631,7 +631,7 @@ CommandObjectBreakpointSet::CommandOptions::g_option_table[] =
{ LLDB_OPT_FILE, false, "file", 'f', required_argument, NULL, CommandCompletions::eSourceFileCompletion, eArgTypeFilename,
"Specifies the source file in which to set this breakpoint. "
"Note, by default lldb only looks for files that are #included if they use the standard include file extensions. "
- "To set breakpoints on .c/.cpp/.m/.mm files that are #included, set target.inline-breakpoint-strategy always "
+ "To set breakpoints on .c/.cpp/.m/.mm files that are #included, set target.inline-breakpoint-strategy"
" to \"always\"."},
{ LLDB_OPT_SET_1, true, "line", 'l', required_argument, NULL, 0, eArgTypeLineNum,
OpenPOWER on IntegriCloud