mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 02:32:37 +08:00
Move bug report string to one place.
This commit is contained in:
@ -274,7 +274,7 @@ usage (stream, status)
|
||||
disassembler_usage (stream);
|
||||
}
|
||||
if (status == 0)
|
||||
fprintf (stream, _("Report bugs to bug-gnu-utils@gnu.org\n"));
|
||||
fprintf (stream, REPORT_BUGS_TO);
|
||||
exit (status);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user