[Lldb-commits] [PATCH] D12158: Fix typo in lldb --help

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 21 16:39:23 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL282123: Fix typo in lldb --help (authored by emaste).

Changed prior to commit:
  https://reviews.llvm.org/D12158?vs=32567&id=72133#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D12158

Files:
  lldb/trunk/tools/driver/Driver.cpp

Index: lldb/trunk/tools/driver/Driver.cpp
===================================================================
--- lldb/trunk/tools/driver/Driver.cpp
+++ lldb/trunk/tools/driver/Driver.cpp
@@ -131,7 +131,7 @@
      "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."},


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12158.72133.patch
Type: text/x-patch
Size: 747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160921/1f843528/attachment-0001.bin>


More information about the lldb-commits mailing list