summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-07 23:53:36 +0000
committerJim Meyering <jim@meyering.net>1997-10-07 23:53:36 +0000
commit05bbdbd786c3ceefe4e57e8930c5bbe0918d3e58 (patch)
tree4f208c67b33b642a5e464ac19ea2ec7deb78d049 /src/touch.c
parent54abd850106b7c1d65da6dbd7683cb48f52935fd (diff)
downloadcoreutils-05bbdbd786c3ceefe4e57e8930c5bbe0918d3e58.tar.xz
update bug-reporting address
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c
index 42b37338b..202bf5ce3 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -259,7 +259,7 @@ Update the access and modification times of each FILE to the current time.\n\
\n\
STAMP may be used without -t if none of -drt, nor --, are used.\n\
"));
- puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
+ puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
}
exit (status);
}