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

Michael Pozulp via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 9 12:41:13 PDT 2019


Author: pozulp
Date: Fri Aug  9 12:41:13 2019
New Revision: 368473

URL: http://llvm.org/viewvc/llvm-project?rev=368473&view=rev
Log:
[Docs][llvm-strip] Fix an indentation issue.

Modified:
    llvm/trunk/docs/CommandGuide/llvm-strip.rst

Modified: llvm/trunk/docs/CommandGuide/llvm-strip.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-strip.rst?rev=368473&r1=368472&r2=368473&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-strip.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-strip.rst Fri Aug  9 12:41:13 2019
@@ -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.




More information about the llvm-commits mailing list