summaryrefslogtreecommitdiff
path: root/src/dircolors.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/dircolors.c
parent54abd850106b7c1d65da6dbd7683cb48f52935fd (diff)
downloadcoreutils-05bbdbd786c3ceefe4e57e8930c5bbe0918d3e58.tar.xz
update bug-reporting address
Diffstat (limited to 'src/dircolors.c')
-rw-r--r--src/dircolors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dircolors.c b/src/dircolors.c
index 6562a9341..070069066 100644
--- a/src/dircolors.c
+++ b/src/dircolors.c
@@ -118,7 +118,7 @@ If FILE is specified, read it to determine which colors to use for which\n\
file types and extensions. Otherwise, a precompiled database is used.\n\
For details on the format of these files, run `dircolors --print-database'.\n\
"));
- puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
+ puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);