summaryrefslogtreecommitdiff
path: root/src/md5sum.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-07 23:55:52 +0000
committerJim Meyering <jim@meyering.net>1997-10-07 23:55:52 +0000
commit3f3f5666275c92dedf7a940dd0cba6158a86d325 (patch)
tree9e3778e847e555e86aba666e346180d4efb10e63 /src/md5sum.c
parent05bbdbd786c3ceefe4e57e8930c5bbe0918d3e58 (diff)
downloadcoreutils-3f3f5666275c92dedf7a940dd0cba6158a86d325.tar.xz
update bug-reporting address
Diffstat (limited to 'src/md5sum.c')
-rw-r--r--src/md5sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index 399b804d3..47891ef46 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -124,7 +124,7 @@ should be a former output of this program. The default mode is to print\n\
a line with checksum, a character indicating type (`*' for binary, ` ' for\n\
text), and name for each FILE.\n"),
program_name, program_name, program_name);
- puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
+ puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);