Fix typo in lldb --help

Patch by Yacine Belkadi

Differential Revision:	https://reviews.llvm.org/D12158

llvm-svn: 282123
This commit is contained in:
Ed Maste 2016-09-21 23:30:36 +00:00
parent 43a601d1ec
commit 2ce823d0d8
1 changed files with 1 additions and 1 deletions

View File

@ -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."},