From: Michael Pozulp Date: Fri, 9 Aug 2019 19:41:13 +0000 (+0000) Subject: [Docs][llvm-strip] Fix an indentation issue. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92b342470ea5f5e73dba839be3f92a7d87087955;p=llvm [Docs][llvm-strip] Fix an indentation issue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368473 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/llvm-strip.rst b/docs/CommandGuide/llvm-strip.rst index 6e024820dc3..8963ac26231 100644 --- a/docs/CommandGuide/llvm-strip.rst +++ b/docs/CommandGuide/llvm-strip.rst @@ -135,7 +135,7 @@ them. Keep symbols of type `STT_FILE`, even if they would otherwise be stripped. - .. option:: --keep-section
+.. option:: --keep-section
When removing sections from the output, do not remove sections named ``
``. Can be specified multiple times to keep multiple sections.