forked from OSchip/llvm-project
[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:
parent
b24db85c0b
commit
2204a7bc99
|
@ -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
|
||||
|
||||
|
|
|
@ -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">,
|
||||
|
|
Loading…
Reference in New Issue