From 20a45a1be9fd0110342cf5a9dddc212dd97ffc57 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 3 Apr 2000 14:10:05 +0000 Subject: Move bug report string to one place. --- binutils/strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/strings.c') diff --git a/binutils/strings.c b/binutils/strings.c index fb139fab9b..65ea92fe46 100644 --- a/binutils/strings.c +++ b/binutils/strings.c @@ -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); } -- cgit v1.2.1