[Docs][llvm-strip] Fix an indentation issue.
authorMichael Pozulp <pozulp.llvm@gmail.com>
Fri, 9 Aug 2019 19:41:13 +0000 (19:41 +0000)
committerMichael Pozulp <pozulp.llvm@gmail.com>
Fri, 9 Aug 2019 19:41:13 +0000 (19:41 +0000)
llvm-svn: 368473

llvm/docs/CommandGuide/llvm-strip.rst

index 6e02482..8963ac2 100644 (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.