]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 3 Feb 2001 20:23:26 +0000 (20:23 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 3 Feb 2001 20:23:26 +0000 (20:23 +0000)
old/fileutils/NEWS

index 97f32ded964ae409fa44e8137e1c0d1d9a338cad..a98ae82225f238fb31852f4c0ce855b2452c84fb 100644 (file)
@@ -1,4 +1,6 @@
 Changes in release 4.01:
+[4.0.39]
+* cp and mv accept --strip-trailing-slashes, not just --strip-trailing-slash
 [4.0.38]
 * ls --full-time now implies -l;  before, without -l it was a no-op
 [4.0.37]
@@ -90,7 +92,7 @@ Changes in release 4.01:
 * cp -p and mv now try to preserve uid even if you're not root, as per POSIX.2.
   This affects behavior only on hosts that let you give files away via chmod.
 * du would fail when given `.' or `..' followed by other command line arguments
-* Using cp's short-named `-P' option evokes the warning that that the
+* Using cp's short-named `-P' option evokes the warning that the
    meaning of `-P' will soon change.  Use `--parents' instead.
 * chgrp, chmod, and chown: when used with the --verbose option, might give an
   invalid diagnostic (due to clobbered errno) when failing.