diff options
Diffstat (limited to 'malloc/mtrace.pl')
-rw-r--r-- | malloc/mtrace.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/malloc/mtrace.pl b/malloc/mtrace.pl index b3d3311204..60c0a11877 100644 --- a/malloc/mtrace.pl +++ b/malloc/mtrace.pl @@ -30,7 +30,8 @@ sub usage { print " --help print this help, then exit\n"; print " --version print version number, then exit\n"; print "\n"; - print "Report bugs using the `glibcbug' script to <bugs\@gnu.org>.\n"; + print "For bug reporting instructions, please see:\n" + print "<http://www.gnu.org/software/libc/bugs.html>.\n"; exit 0; } |