[Lldb-commits] [PATCH] D124338: [lldb] Update online help text (consistency, typo)

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 25 07:50:18 PDT 2022


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

LGTM with the inline comment addressed.

Do you need someone to commit this for you?



================
Comment at: lldb/source/Commands/Options.td:155
     Arg<"Selector">, Required,
-    Desc<"Set the breakpoint by ObjC selector name. Can be repeated multiple "
-    "times to make one breakpoint for multiple Selectors.">;
+    Desc<"Set the breakpoint by Objective-C selector name. Can be repeated "
+    "multiple times to make one breakpoint for multiple Selectors.">;
----------------
Seems like this line needs an extra space as well.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124338/new/

https://reviews.llvm.org/D124338



More information about the lldb-commits mailing list