* gprof.c (usage): Update bug-gnu-utils address.

This commit is contained in:
Ian Lance Taylor 1998-02-12 19:36:41 +00:00
parent eaa147a640
commit 6590e0d571
2 changed files with 5 additions and 1 deletions

View 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.

View 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);
}