summaryrefslogtreecommitdiff
path: root/src/dd.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/dd.c
parent54abd850106b7c1d65da6dbd7683cb48f52935fd (diff)
downloadcoreutils-05bbdbd786c3ceefe4e57e8930c5bbe0918d3e58.tar.xz
update bug-reporting address
Diffstat (limited to 'src/dd.c')
-rw-r--r--src/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dd.c b/src/dd.c
index 22a1ed7e9..dd00370ff 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -1137,7 +1137,7 @@ by w for x2, by b for x512, by k for x1024. Each KEYWORD may be:\n\
noerror continue after read errors\n\
sync pad every input block with NULs to ibs-size\n\
"));
- puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
+ puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
}
exit (status);
}