summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-07 23:53:10 +0000
committerJim Meyering <jim@meyering.net>1997-10-07 23:53:10 +0000
commit54abd850106b7c1d65da6dbd7683cb48f52935fd (patch)
tree836f0575695014e54b0087a57de519422d897b8c /src
parent5db3c9bdb44965fcd9dd89648d5713f8c1630522 (diff)
downloadcoreutils-54abd850106b7c1d65da6dbd7683cb48f52935fd.tar.xz
update bug-reporting address
Diffstat (limited to 'src')
-rw-r--r--src/chgrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chgrp.c b/src/chgrp.c
index 9a20e8b71..801f5ad18 100644
--- a/src/chgrp.c
+++ b/src/chgrp.c
@@ -319,7 +319,7 @@ Change the group membership of each FILE to GROUP.\n\
--help display this help and exit\n\
--version output version information and exit\n\
"));
- puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
+ puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
}
exit (status);
}