about summary refs log tree commit diff
path: root/catgets/gencat.c
diff options
context:
space:
mode:
Diffstat (limited to 'catgets/gencat.c')
-rw-r--r--catgets/gencat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/catgets/gencat.c b/catgets/gencat.c
index 2e275fcef2..e989a0f63d 100644
--- a/catgets/gencat.c
+++ b/catgets/gencat.c
@@ -166,7 +166,7 @@ main (int argc, char *argv[])
   if (do_version)
     {
       fprintf (stderr, "%s - GNU %s %s\n", program_invocation_name,
-	       "libc", VERSION);
+	       PACKAGE, VERSION);
       exit (EXIT_SUCCESS);
     }
 
@@ -213,7 +213,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
   -V, --version       output version information and exit\n\
 If INPUT-FILE is -, input is read from standard input.  If OUTPUT-FILE\n\
 is -, output is written to standard output.\n\
-Report bugs to <bug-glibc@gnu.ai.mit.edu>.\n"),
+Report bugs to <bug-glibc@prep.ai.mit.edu>.\n"),
 	   program_invocation_name, program_invocation_name);
 
   exit (status);