summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-07 23:55:52 +0000
committerJim Meyering <jim@meyering.net>1997-10-07 23:55:52 +0000
commit3f3f5666275c92dedf7a940dd0cba6158a86d325 (patch)
tree9e3778e847e555e86aba666e346180d4efb10e63 /src/sort.c
parent05bbdbd786c3ceefe4e57e8930c5bbe0918d3e58 (diff)
downloadcoreutils-3f3f5666275c92dedf7a940dd0cba6158a86d325.tar.xz
update bug-reporting address
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index b3b7e1717..c094bc5fa 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -246,7 +246,7 @@ for that key. If no key given, use the entire line as key. With no\n\
FILE, or when FILE is -, read standard input.\n\
")
, DEFAULT_TMPDIR);
- puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
+ puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
}
/* Don't use EXIT_FAILURE here in case it is defined to be 1.
POSIX requires that sort return 1 IFF invoked with -c and