summaryrefslogtreecommitdiff
path: root/src/unexpand.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-02 20:44:15 +0000
committerJim Meyering <jim@meyering.net>1996-11-02 20:44:15 +0000
commitb8e689dc67f219414801df5c398dbff1693f097f (patch)
treeee20bb787beca8226230e645a9b8c1feb234db55 /src/unexpand.c
parent87b19e8a11826de97e1bd2204564bf68097a3f35 (diff)
downloadcoreutils-b8e689dc67f219414801df5c398dbff1693f097f.tar.xz
change bug-reporting address
Diffstat (limited to 'src/unexpand.c')
-rw-r--r--src/unexpand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexpand.c b/src/unexpand.c
index 60169b828..2fe930e9e 100644
--- a/src/unexpand.c
+++ b/src/unexpand.c
@@ -386,7 +386,7 @@ With no FILE, or when FILE is -, read standard input.\n\
\n\
Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used.\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);
}