diff options
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r-- | ld/lexsup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c index 64c9be1..49e8749 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -1163,5 +1163,5 @@ help () ldemul_list_emulation_options (stdout); printf ("\n"); - printf (REPORT_BUGS_TO); + printf (_("Report bugs to %s\n"), REPORT_BUGS_TO); } |