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 728185e..045adec 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); + fprintf (s, _("Report bugs to %s\n"), REPORT_BUGS_TO); xexit (help ? 0 : 1); } |