https://sourceware.org/bugzilla/show_bug.cgi?id=33838

--- Comment #3 from Andreas Schwab <[email protected]> ---
diff --git a/binutils/objcopy.c b/binutils/objcopy.c
index c237f24adf1..fdd8bd11799 100644
--- a/binutils/objcopy.c
+++ b/binutils/objcopy.c
@@ -708,7 +708,7 @@ copy_usage (FILE *stream, int exit_status)
                                    <commit>\n\
      --subsystem <name>[:<version>]\n\
                                    Set PE subsystem to <name> [& <version>]\n\
-     --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi" ZSTD_OPT "}]\n\
+     --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi%s}]\n\
                                    Compress DWARF debug sections\n\
      --decompress-debug-sections   Decompress DWARF debug sections using
zlib\n\
      --elf-stt-common=[yes|no]     Generate ELF common symbols with
STT_COMMON\n\
@@ -721,7 +721,7 @@ copy_usage (FILE *stream, int exit_status)
   -V --version                     Display this program's version number\n\
   -h --help                        Display this output\n\
      --info                        List object formats & architectures
supported\n\
-"));
+"), ZSTD_OPT);
   list_supported_targets (program_name, stream);
   if (REPORT_BUGS_TO[0] && exit_status == 0)
     fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to