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 /lldb/source/Commands/CommandObjectBreakpoint.cpp | |
parent | e440d476eece885a105df22b8f4c8b277417814f (diff) | |
download | llvm-a89be91f2e1fe711d06d782d0a1c3d188ce3b7aa.zip llvm-a89be91f2e1fe711d06d782d0a1c3d188ce3b7aa.tar.gz llvm-a89be91f2e1fe711d06d782d0a1c3d188ce3b7aa.tar.bz2 |
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
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.cpp')
-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 24ecc19..29fe183 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."}, |