]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
binutils: Fix documentation typo in the --set-sect-name option
authorPetr Tesarik <petr@tesarici.cz>
Sat, 2 Dec 2023 16:35:40 +0000 (17:35 +0100)
committerPetr Tesarik <petr@tesarici.cz>
Sat, 2 Dec 2023 16:39:18 +0000 (17:39 +0100)
Fix a --set-sect-name typo in the description of objcopy
--rename-section.

binutils/doc/binutils.texi

index ec23a78470e3138a582319f4940cfc1125b72b7f..abe58ef9c144fe694c58bbb28b7777708f5d4fe2 100644 (file)
@@ -1818,7 +1818,7 @@ changing the section's flags to @var{flags} in the process.  This has
 the advantage over using a linker script to perform the rename in that
 the output stays as an object file and does not become a linked
 executable.  This option accepts the same set of flags as the
-@option{--sect-section-flags} option.
+@option{--set-section-flags} option.
 
 This option is particularly helpful when the input format is binary,
 since this will always create a section called .data.  If for example,