2000-04-03 H.J. Lu (hjl@gnu.org)

* size.c (usage): Use REPORT_BUGS_TO.
This commit is contained in:
H.J. Lu 2000-04-03 17:17:36 +00:00
parent a984817e9c
commit a9273d78af
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-04-03 H.J. Lu (hjl@gnu.org)
* size.c (usage): Use REPORT_BUGS_TO.
2000-04-03 Alan Modra <alan@linuxcare.com.au>
* bucomm.h: #include "bin-bugs.h"

View File

@ -86,7 +86,7 @@ Usage: %s [-ABdoxV] [--format=berkeley|sysv] [--radix=8|10|16]\n\
#endif
list_supported_targets (program_name, stream);
if (status == 0)
fprintf (stream, _("Report bugs to bug-gnu-utils@gnu.org\n"));
fprintf (stream, REPORT_BUGS_TO);
exit (status);
}