[dsymutil][NFC] Fix typo in help message

Just a simple typo fix that allows me to test landing a commit now that
I have commit access.

Reviewed By: xgupta

Differential Revision: https://reviews.llvm.org/D115414
This commit is contained in:
Ellis Hoag 2021-12-09 10:41:13 -08:00 committed by Ellis Hoag
parent b24db85c0b
commit 2204a7bc99
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ OPTIONS
.. 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

View File

@ -54,7 +54,7 @@ def no_odr: F<"no-odr">,
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">,