Skip to content

Commit 097379a

Browse files
authored
[doc] Fix rendering for objcopy's --remove-symbol-prefix option text (#111131)
1 parent 3c98d8c commit 097379a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/CommandGuide/llvm-objcopy.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ multiple file formats.
119119

120120
.. option:: --remove-symbol-prefix <prefix>
121121

122-
Remove ``<prefix>`` from the start of every symbol name. No-op for symbols that do
123-
not start with ``<prefix>``.
122+
Remove ``<prefix>`` from the start of every symbol name. No-op for symbols that do
123+
not start with ``<prefix>``.
124124

125125
.. option:: --remove-section <section>, -R
126126

0 commit comments

Comments
 (0)