From: Alan Modra Date: Sat, 29 May 2021 13:15:28 +0000 (+0930) Subject: Re: readelf and objdump help X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=63e47e10725f93a4c07ced83050b917bc9e6b205;p=binutils-gdb.git Re: readelf and objdump help Fix a last-minute change.. * objdump (usage): Add missing \n. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index cd7bd6ef05d..9ff312cf427 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2021-05-29 Alan Modra + + * objdump (usage): Add missing \n. + 2021-05-29 Alan Modra * readelf.c (parse_args): Call dwarf_select_sections_all on diff --git a/binutils/objdump.c b/binutils/objdump.c index 977f8172092..a7b8303b992 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -254,17 +254,17 @@ usage (FILE *stream, int status) separate debuginfo files\n")); #if DEFAULT_FOR_FOLLOW_LINKS fprintf (stream, _("\ - -WK,--dwarf=follow-links\ + -WK,--dwarf=follow-links\n\ Follow links to separate debug info files (default)\n")); fprintf (stream, _("\ - -WN,--dwarf=no-follow-links\ + -WN,--dwarf=no-follow-links\n\ Do not follow links to separate debug info files\n")); #else fprintf (stream, _("\ - -WK,--dwarf=follow-links\ + -WK,--dwarf=follow-links\n\ Follow links to separate debug info files\n")); fprintf (stream, _("\ - -WN,--dwarf=no-follow-links\ + -WN,--dwarf=no-follow-links\n\ Do not follow links to separate debug info files\n\ (default)\n")); #endif