From c20f4f8c21dcede76fe50dc3e19f5e8056232b94 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/objcopy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binutils/objcopy.c') diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 37b12e7..f6048b7 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -341,7 +341,7 @@ copy_usage (stream, exit_status) ")); list_supported_targets (program_name, stream); if (exit_status == 0) - fprintf (stream, _("Report bugs to bug-gnu-utils@gnu.org\n")); + fprintf (stream, REPORT_BUGS_TO); exit (exit_status); } @@ -373,7 +373,7 @@ strip_usage (stream, exit_status) list_supported_targets (program_name, stream); if (exit_status == 0) - fprintf (stream, _("Report bugs to bug-gnu-utils@gnu.org\n")); + fprintf (stream, REPORT_BUGS_TO); exit (exit_status); } -- cgit v1.1