diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-strip.rst')
-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. |