diff options
Diffstat (limited to 'binutils/ar.c')
-rw-r--r-- | binutils/ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/ar.c b/binutils/ar.c index ad9e59d..728185e 100644 --- a/binutils/ar.c +++ b/binutils/ar.c @@ -283,7 +283,7 @@ usage (help) list_supported_targets (program_name, stderr); if (help) - fprintf (s, _("Report bugs to bug-gnu-utils@gnu.org\n")); + fprintf (s, REPORT_BUGS_TO); xexit (help ? 0 : 1); } |