summaryrefslogtreecommitdiff
path: root/src/rmdir.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-07 23:53:36 +0000
committerJim Meyering <jim@meyering.net>1997-10-07 23:53:36 +0000
commit05bbdbd786c3ceefe4e57e8930c5bbe0918d3e58 (patch)
tree4f208c67b33b642a5e464ac19ea2ec7deb78d049 /src/rmdir.c
parent54abd850106b7c1d65da6dbd7683cb48f52935fd (diff)
downloadcoreutils-05bbdbd786c3ceefe4e57e8930c5bbe0918d3e58.tar.xz
update bug-reporting address
Diffstat (limited to 'src/rmdir.c')
-rw-r--r--src/rmdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmdir.c b/src/rmdir.c
index 1aec7c63d..9b2ae90e4 100644
--- a/src/rmdir.c
+++ b/src/rmdir.c
@@ -125,7 +125,7 @@ Remove the DIRECTORY(ies), if they are empty.\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);
}