From: Michael Pozulp Date: Fri, 9 Aug 2019 19:41:13 +0000 (+0000) Subject: [Docs][llvm-strip] Fix an indentation issue. X-Git-Tag: llvmorg-11-init~12236 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3de981313c9b18c69203391a0789ba792545d58d;p=platform%2Fupstream%2Fllvm.git [Docs][llvm-strip] Fix an indentation issue. llvm-svn: 368473 --- diff --git a/llvm/docs/CommandGuide/llvm-strip.rst b/llvm/docs/CommandGuide/llvm-strip.rst index 6e02482..8963ac2 100644 --- a/llvm/docs/CommandGuide/llvm-strip.rst +++ b/llvm/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.