From 3de981313c9b18c69203391a0789ba792545d58d Mon Sep 17 00:00:00 2001 From: Michael Pozulp Date: Fri, 9 Aug 2019 19:41:13 +0000 Subject: [PATCH] [Docs][llvm-strip] Fix an indentation issue. llvm-svn: 368473 --- llvm/docs/CommandGuide/llvm-strip.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CommandGuide/llvm-strip.rst b/llvm/docs/CommandGuide/llvm-strip.rst index 6e024820dc326d..8963ac26231696 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.