summaryrefslogtreecommitdiff
path: root/src/md5sum.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-09-19 17:24:05 +0000
committerJim Meyering <jim@meyering.net>1998-09-19 17:24:05 +0000
commit6880f434c04f7e5f49121554fdeb99bf52ba88dc (patch)
tree0c6b9e6b76039fde463b7d589199d82e5bb9b833 /src/md5sum.c
parent6606de8b811f254122c909646ae60a2ae5e64d2a (diff)
downloadcoreutils-6880f434c04f7e5f49121554fdeb99bf52ba88dc.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 c889cc447..b5834974f 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -122,7 +122,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.org>."));
+ puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);