[Lldb-commits] [lldb] r282123 - Fix typo in lldb --help
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 21 16:30:36 PDT 2016
Author: emaste
Date: Wed Sep 21 18:30:36 2016
New Revision: 282123
URL: http://llvm.org/viewvc/llvm-project?rev=282123&view=rev
Log:
Fix typo in lldb --help
Patch by Yacine Belkadi
Differential Revision: https://reviews.llvm.org/D12158
Modified:
lldb/trunk/tools/driver/Driver.cpp
Modified: lldb/trunk/tools/driver/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/driver/Driver.cpp?rev=282123&r1=282122&r2=282123&view=diff
==============================================================================
--- lldb/trunk/tools/driver/Driver.cpp (original)
+++ lldb/trunk/tools/driver/Driver.cpp Wed Sep 21 18:30:36 2016
@@ -131,7 +131,7 @@ static OptionDefinition g_options[] = {
"Tells the debugger to execute this one-line lldb command before any file "
"provided on the command line has been loaded."},
{LLDB_3_TO_5, false, "batch", 'b', no_argument, 0, eArgTypeNone,
- "Tells the debugger to running the commands from -s, -S, -o & -O, and "
+ "Tells the debugger to run the commands from -s, -S, -o & -O, and "
"then quit. However if any run command stopped due to a signal or crash, "
"the debugger will return to the interactive prompt at the place of the "
"crash."},
More information about the lldb-commits
mailing list