mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
Re: readelf and objdump help
Fix a last-minute change.. * objdump (usage): Add missing \n.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user