summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-10-22 18:59:58 +0200
committerJim Meyering <jim@meyering.net>2006-10-22 18:59:58 +0200
commitb1289b87167495b1f36eff107e9eb2af33b067ab (patch)
treee39ccbf755b3e88860b3419e952ac8dccef93d73 /NEWS
parentdcf5b47708e35e2ba1cca0c17a8e964ca925b902 (diff)
downloadcoreutils-b1289b87167495b1f36eff107e9eb2af33b067ab.tar.xz
* NEWS: (cp --backup fix): Fix a typo.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5959960dd..215d0fee0 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ GNU coreutils NEWS -*- outline -*-
--from=o:g (chown only). This bug was introduced with the switch to
gnulib's openat-based variant of fts, for coreutils-6.0.
- cp --backup dir1 dir2, would rename an existing dir1/dir2 to dir1/dir2~.
+ cp --backup dir1 dir2, would rename an existing dir2/dir1 to dir2/dir1~.
This bug was introduced in coreutils-6.0.
With --force (-f), rm no longer fails for ENOTDIR.