Fix the help message for “one-shot”.

llvm-svn: 179110
This commit is contained in:
Jim Ingham
2013-04-09 18:05:22 +00:00
parent e81309b3bf
commit b2b256af4f

View File

@@ -611,7 +611,7 @@ CommandObjectBreakpointSet::CommandOptions::g_option_table[] =
"Set the number of times this breakpoint is skipped before stopping." },
{ LLDB_OPT_SET_ALL, false, "one-shot", 'o', no_argument, NULL, 0, eArgTypeNone,
"The breakpoint is deleted the first time it stop causes a stop." },
"The breakpoint is deleted the first time it causes a stop." },
{ LLDB_OPT_SET_ALL, false, "condition", 'c', required_argument, NULL, 0, eArgTypeExpression,
"The breakpoint stops only if this condition expression evaluates to true."},