summaryrefslogtreecommitdiff
path: root/src/cp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-09-19 17:17:58 +0000
committerJim Meyering <jim@meyering.net>1998-09-19 17:17:58 +0000
commit08cfef16a270608325db3f9ca5398d9aba8cd1dc (patch)
tree7c91fbf2f14fe5c3aff1091d5fc4b06ae210fbd2 /src/cp.c
parent2f235c5843511d5d0e439511f58863b2ab983709 (diff)
downloadcoreutils-08cfef16a270608325db3f9ca5398d9aba8cd1dc.tar.xz
update bug-reporting address
Diffstat (limited to 'src/cp.c')
-rw-r--r--src/cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp.c b/src/cp.c
index fc1f2e790..436897ad1 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -174,7 +174,7 @@ As a special case, cp makes a backup of SOURCE when the force and backup\n\
options are given and SOURCE and DEST are the same name for an existing,\n\
regular file.\n\
"));
- puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
+ puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
close_stdout ();
}
exit (status);