From 92b342470ea5f5e73dba839be3f92a7d87087955 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368473 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-strip.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0