Author: jingham
Date: Wed Feb 10 16:30:20 2016
New Revision: 260452

URL: http://llvm.org/viewvc/llvm-project?rev=260452&view=rev
Log:
Revert 260436.  I pretty consistently upper-case the letter I use for the
short option as an aid to memory.  Like it's w because of the W in throW.

That helps me remember.  If we are going to take these out we should take them
all out.  But I kind of like them.


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=260452&r1=260451&r2=260452&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp Wed Feb 10 16:30:20 
2016
@@ -830,10 +830,10 @@ CommandObjectBreakpointSet::CommandOptio
         "Set the breakpoint on exceptions thrown by the specified language 
(without options, on throw but not catch.)" },
 
     { LLDB_OPT_SET_10, false, "on-throw", 'w', 
OptionParser::eRequiredArgument, NULL, NULL, 0, eArgTypeBoolean,
-        "Set the breakpoint on exception throw." },
+        "Set the breakpoint on exception throW." },
 
     { LLDB_OPT_SET_10, false, "on-catch", 'h', 
OptionParser::eRequiredArgument, NULL, NULL, 0, eArgTypeBoolean,
-        "Set the breakpoint on exception catch." },
+        "Set the breakpoint on exception catcH." },
 
 //  Don't add this option till it actually does something useful...
 //    { LLDB_OPT_SET_10, false, "exception-typename", 'O', 
OptionParser::eRequiredArgument, NULL, NULL, 0, eArgTypeTypeName,


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to