summaryrefslogtreecommitdiff
path: root/src/cut.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cut.c')
-rw-r--r--src/cut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cut.c b/src/cut.c
index a9cd23154..d8cdcfe56 100644
--- a/src/cut.c
+++ b/src/cut.c
@@ -220,7 +220,7 @@ range, or many ranges separated by commas. Each range is one of:\n\
\n\
With no FILE, or when FILE is -, read standard input.\n\
"));
- 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);
}