diff options
Diffstat (limited to 'catgets')
-rw-r--r-- | catgets/gencat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/catgets/gencat.c b/catgets/gencat.c index 308b0a27f0..2f6c81dc1d 100644 --- a/catgets/gencat.c +++ b/catgets/gencat.c @@ -231,7 +231,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; } |