[Lldb-commits] [lldb] r178052 - That wasn't a typo, if the short letter option is from a non-obvious source, I capitolize it in the help as an aid to memory.
Jim Ingham
jingham at apple.com
Tue Mar 26 11:29:03 PDT 2013
Author: jingham
Date: Tue Mar 26 13:29:03 2013
New Revision: 178052
URL: http://llvm.org/viewvc/llvm-project?rev=178052&view=rev
Log:
That wasn't a typo, if the short letter option is from a non-obvious source, I capitolize it in the help as an aid to memory.
Modified:
lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp
Modified: lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp?rev=178052&r1=178051&r2=178052&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp Tue Mar 26 13:29:03 2013
@@ -617,7 +617,7 @@ CommandObjectBreakpointSet::CommandOptio
"The breakpoint stops only if this condition expression evaluates to true."},
{ LLDB_OPT_SET_ALL, false, "thread-index", 'x', required_argument, NULL, 0, eArgTypeThreadIndex,
- "The breakpoint stops only for the thread whose index matches this argument."},
+ "The breakpoint stops only for the thread whose indeX matches this argument."},
{ LLDB_OPT_SET_ALL, false, "thread-id", 't', required_argument, NULL, 0, eArgTypeThreadID,
"The breakpoint stops only for the thread whose TID matches this argument."},
More information about the lldb-commits
mailing list