summaryrefslogtreecommitdiff
path: root/src/comm.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-02 20:44:52 +0000
committerJim Meyering <jim@meyering.net>1996-11-02 20:44:52 +0000
commit17c0c658f11754f47161a7d953b8d87470054f19 (patch)
tree159a6206903c37cd26231ebc1e4f68488dd34df0 /src/comm.c
parentb8e689dc67f219414801df5c398dbff1693f097f (diff)
downloadcoreutils-17c0c658f11754f47161a7d953b8d87470054f19.tar.xz
change bug-reporting address
Diffstat (limited to 'src/comm.c')
-rw-r--r--src/comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comm.c b/src/comm.c
index 8f52c1f24..9e87f6168 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -78,7 +78,7 @@ Compare sorted files LEFT_FILE and RIGHT_FILE line by line.\n\
--help display this help and exit\n\
--version output version information and exit\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}