[PATCH] D115414: [dsymutil][NFC] Fix typo in help message

Ellis Hoag via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 10:55:35 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2204a7bc994f: [dsymutil][NFC] Fix typo in help message (authored by ellis).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115414

Files:
  llvm/docs/CommandGuide/dsymutil.rst
  llvm/tools/dsymutil/Options.td


Index: llvm/tools/dsymutil/Options.td
===================================================================
--- llvm/tools/dsymutil/Options.td
+++ llvm/tools/dsymutil/Options.td
@@ -54,7 +54,7 @@
   Group<grp_general>;
 
 def dump_debug_map: F<"dump-debug-map">,
-  HelpText<"Parse and dump the debug map to standard output. Not DWARF link will take place.">,
+  HelpText<"Parse and dump the debug map to standard output. No DWARF link will take place.">,
   Group<grp_general>;
 
 def yaml_input: Flag<["-", "--"], "y">,
Index: llvm/docs/CommandGuide/dsymutil.rst
===================================================================
--- llvm/docs/CommandGuide/dsymutil.rst
+++ llvm/docs/CommandGuide/dsymutil.rst
@@ -35,7 +35,7 @@
 .. option:: --dump-debug-map
 
  Dump the *executable*'s debug-map (the list of the object files containing the
- debug information) in YAML format and exit. Not DWARF link will take place.
+ debug information) in YAML format and exit. No DWARF link will take place.
 
 .. option:: --flat, -f
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115414.393222.patch
Type: text/x-patch
Size: 1025 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211209/ac1dd5bf/attachment.bin>


More information about the llvm-commits mailing list