summaryrefslogtreecommitdiff
path: root/src/chmod.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/chmod.c
parent54abd850106b7c1d65da6dbd7683cb48f52935fd (diff)
downloadcoreutils-05bbdbd786c3ceefe4e57e8930c5bbe0918d3e58.tar.xz
update bug-reporting address
Diffstat (limited to 'src/chmod.c')
-rw-r--r--src/chmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chmod.c b/src/chmod.c
index 325e65db5..14a16abda 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -248,7 +248,7 @@ Usage: %s [OPTION]... MODE[,MODE]... FILE...\n\
Each MODE is one or more of the letters ugoa, one of the symbols +-= and\n\
one or more of the letters rwxXstugo.\n\
"));
- puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
+ puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
}
exit (status);
}