diff options
Diffstat (limited to 'src/readlink.c')
-rw-r--r-- | src/readlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/readlink.c b/src/readlink.c index 121c7ffcf..0961d235c 100644 --- a/src/readlink.c +++ b/src/readlink.c @@ -86,7 +86,7 @@ usage (int status) "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); - printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); + emit_bug_reporting_address (); } exit (status); } |