diff options
| author | Jim Ingham <jingham@apple.com> | 2013-03-26 18:29:03 +0000 |
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2013-03-26 18:29:03 +0000 |
| commit | a89be91f2e1fe711d06d782d0a1c3d188ce3b7aa (patch) | |
| tree | b790ee30f928af6ef7754cc8616ec1e0440a8458 | |
| parent | e440d476eece885a105df22b8f4c8b277417814f (diff) | |
| download | bcm5719-llvm-a89be91f2e1fe711d06d782d0a1c3d188ce3b7aa.tar.gz bcm5719-llvm-a89be91f2e1fe711d06d782d0a1c3d188ce3b7aa.zip | |
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.
llvm-svn: 178052
| -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 24ecc19fdb5..29fe1834e32 100644 --- a/lldb/source/Commands/CommandObjectBreakpoint.cpp +++ b/lldb/source/Commands/CommandObjectBreakpoint.cpp @@ -617,7 +617,7 @@ CommandObjectBreakpointSet::CommandOptions::g_option_table[] = "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."}, |

