1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

[Docs][llvm-strip] Fix an indentation issue.

llvm-svn: 368473
This commit is contained in:
Michael Pozulp 2019-08-09 19:41:13 +00:00
parent 90930e7653
commit d6ddff770e

View File

@ -135,7 +135,7 @@ them.
Keep symbols of type `STT_FILE`, even if they would otherwise be stripped.
.. option:: --keep-section <section>
.. option:: --keep-section <section>
When removing sections from the output, do not remove sections named
``<section>``. Can be specified multiple times to keep multiple sections.