summaryrefslogtreecommitdiff
path: root/debug/pcprofiledump.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/pcprofiledump.c')
-rw-r--r--debug/pcprofiledump.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/pcprofiledump.c b/debug/pcprofiledump.c
index 6d3a2c7354..210e5089e9 100644
--- a/debug/pcprofiledump.c
+++ b/debug/pcprofiledump.c
@@ -197,7 +197,8 @@ more_help (int key, const char *text, void *input)
case ARGP_KEY_HELP_EXTRA:
/* We print some extra information. */
return strdup (gettext ("\
-Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n"));
+For bug reporting instructions, please see:\n\
+<http://www.gnu.org/software/libc/bugs.html>.\n"));
default:
break;
}