diff options
Diffstat (limited to 'malloc/memusagestat.c')
-rw-r--r-- | malloc/memusagestat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c index 2b16b01ded..fa2d219c36 100644 --- a/malloc/memusagestat.c +++ b/malloc/memusagestat.c @@ -600,7 +600,8 @@ more_help (int key, const char *text, void *input) case ARGP_KEY_HELP_EXTRA: /* We print some extra information. */ orig = 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"); cp = strdup (orig); if (cp == NULL) cp = orig; |