ybelkadi created this revision.
ybelkadi added a reviewer: jingham.
ybelkadi added a subscriber: lldb-commits.
http://reviews.llvm.org/D12158
Files:
tools/driver/Driver.cpp
Index: tools/driver/Driver.cpp
===================================================================
--- tools/driver/Driver.cpp
+++ tools/driver/Driver.cpp
@@ -116,7 +116,7 @@
{ LLDB_3_TO_5, false, "source-quietly" , 'Q', no_argument
, 0, eArgTypeNone,
"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
then quit. However if any run command stopped due to a signal or crash, "
+ "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." },
{ LLDB_3_TO_5, false, "editor" , 'e', no_argument , 0,
eArgTypeNone,
"Tells the debugger to open source files using the host's \"external
editor\" mechanism." },
Index: tools/driver/Driver.cpp
===================================================================
--- tools/driver/Driver.cpp
+++ tools/driver/Driver.cpp
@@ -116,7 +116,7 @@
{ LLDB_3_TO_5, false, "source-quietly" , 'Q', no_argument , 0, eArgTypeNone,
"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 then quit. However if any run command stopped due to a signal or crash, "
+ "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." },
{ LLDB_3_TO_5, false, "editor" , 'e', no_argument , 0, eArgTypeNone,
"Tells the debugger to open source files using the host's \"external editor\" mechanism." },
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits