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/nlmconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/nlmconv.c') diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c index f1c8b6c268..93788a9693 100644 --- a/binutils/nlmconv.c +++ b/binutils/nlmconv.c @@ -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); } -- cgit v1.2.1