diff options
Diffstat (limited to 'catgets/gencat.c')
-rw-r--r-- | catgets/gencat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catgets/gencat.c b/catgets/gencat.c index 8d310d8..ee2b8cb 100644 --- a/catgets/gencat.c +++ b/catgets/gencat.c @@ -220,7 +220,7 @@ 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.ai.mit.edu>.\n")); +Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n")); default: break; } |