summaryrefslogtreecommitdiff
path: root/src/factor.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-07 23:51:39 +0000
committerJim Meyering <jim@meyering.net>1997-10-07 23:51:39 +0000
commit5db3c9bdb44965fcd9dd89648d5713f8c1630522 (patch)
tree56dff068a76611384a0f351b39f9fa171b25e93d /src/factor.c
parent45e8ddd2c9de271c8f072a8ec32e257b82e8df8c (diff)
downloadcoreutils-5db3c9bdb44965fcd9dd89648d5713f8c1630522.tar.xz
update bug-reporting address
Diffstat (limited to 'src/factor.c')
-rw-r--r--src/factor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/factor.c b/src/factor.c
index 96cb32f73..38ae81184 100644
--- a/src/factor.c
+++ b/src/factor.c
@@ -75,7 +75,7 @@ Print factors of each NUMBER; read standard input with no arguments.\n\
Print the prime factors of all specified integer NUMBERs. If no arguments\n\
are specified on the command line, they are read from standard input.\n\
"));
- puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
+ puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>."));
}
exit (status);
}