summaryrefslogtreecommitdiff
path: root/src/expand.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-03 03:16:23 +0000
committerJim Meyering <jim@meyering.net>1996-11-03 03:16:23 +0000
commit2e5585410022bbe330b01e1d65e3f3c63bee1c1b (patch)
tree9ff2c592bdf371415ce9d3374ba1048b4bf73a22 /src/expand.c
parent8114f3fcdb152904ca4e47d1111d1dd330cc375e (diff)
downloadcoreutils-2e5585410022bbe330b01e1d65e3f3c63bee1c1b.tar.xz
change bug-reporting address
Diffstat (limited to 'src/expand.c')
-rw-r--r--src/expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand.c b/src/expand.c
index 1e2bca614..eeb270b5e 100644
--- a/src/expand.c
+++ b/src/expand.c
@@ -128,7 +128,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-textutils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}