diff options
author | Michael Pozulp <pozulp.llvm@gmail.com> | 2019-08-09 19:41:13 +0000 |
---|---|---|
committer | Michael Pozulp <pozulp.llvm@gmail.com> | 2019-08-09 19:41:13 +0000 |
commit | 3de981313c9b18c69203391a0789ba792545d58d (patch) | |
tree | 89da5a0b2a2ebdd6df834a02f36a959d5d9e51f0 /llvm/docs/CommandGuide | |
parent | cace571c91ce64e42c09f350dfa7c328b89c9862 (diff) | |
download | bcm5719-llvm-3de981313c9b18c69203391a0789ba792545d58d.tar.gz bcm5719-llvm-3de981313c9b18c69203391a0789ba792545d58d.zip |
[Docs][llvm-strip] Fix an indentation issue.
llvm-svn: 368473
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-strip.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-strip.rst b/llvm/docs/CommandGuide/llvm-strip.rst index 6e024820dc3..8963ac26231 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 <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. |