Move bug report string to one place.

This commit is contained in:
Alan Modra 2000-04-03 14:10:05 +00:00
parent 7876dd4328
commit c20f4f8c21
24 changed files with 73 additions and 20 deletions

View file

@ -509,6 +509,6 @@ Usage: %s [-afov] [-n min-len] [-min-len] [-t {o,x,d}] [-]\n\
program_name);
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);
}