* gprof.c (usage): Update bug-gnu-utils address.
authorIan Lance Taylor <ian@airs.com>
Thu, 12 Feb 1998 19:36:41 +0000 (19:36 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 12 Feb 1998 19:36:41 +0000 (19:36 +0000)
gprof/ChangeLog
gprof/gprof.c

index 594dddd..f3adb06 100644 (file)
@@ -1,3 +1,7 @@
+Thu Feb 12 14:36:05 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * gprof.c (usage): Update bug-gnu-utils address.
+
 Sat Feb  7 15:43:12 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure, aclocal.m4: Rebuild with new libtool.
index 3677c40..5cc08ce 100644 (file)
@@ -147,7 +147,7 @@ Usage: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][name]] [-I dirs]\n\
        [image-file] [profile-file...]\n",
           whoami);
   if (status == 0)
-    fprintf (stream, "Report bugs to bug-gnu-utils@prep.ai.mit.edu\n");
+    fprintf (stream, "Report bugs to bug-gnu-utils@gnu.org\n");
   done (status);
 }