]> granicus.if.org Git - llvm/commitdiff
[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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368473 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvm-strip.rst

index 6e024820dc326d1b5fa272b6a4329f639c27259a..8963ac262316961ba4b2e33ee20f1838f7b33d4a 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.