diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectBreakpointCommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpointCommand.cpp b/lldb/source/Commands/CommandObjectBreakpointCommand.cpp index 942d7ff8..16c3c01 100644 --- a/lldb/source/Commands/CommandObjectBreakpointCommand.cpp +++ b/lldb/source/Commands/CommandObjectBreakpointCommand.cpp @@ -120,7 +120,7 @@ CommandObjectBreakpointCommandAdd::CommandOptions::SetOptionValue bool success = false; m_stop_on_error = Args::StringToBoolean(option_arg, false, &success); if (!success) - error.SetErrorStringWithFormat("Invalid value for stop-on-error: \"%s\".\n", option_arg); + error.SetErrorStringWithFormat("invalid value for stop-on-error: \"%s\"", option_arg); } break; |