Move bug report string to one place.
This commit is contained in:
parent
7876dd4328
commit
c20f4f8c21
24 changed files with 73 additions and 20 deletions
|
@ -1138,7 +1138,7 @@ Usage: %s [-dhV] [-I bfdname] [-O bfdname] [-T header-file] [-l linker]\n\
|
|||
[in-file [out-file]]\n"),
|
||||
program_name);
|
||||
if (status == 0)
|
||||
fprintf (file, _("Report bugs to bug-gnu-utils@gnu.org\n"));
|
||||
fprintf (file, REPORT_BUGS_TO);
|
||||
exit (status);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue