summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-13 02:54:13 +0000
committerJim Meyering <jim@meyering.net>1996-04-13 02:54:13 +0000
commitc60619245a1f832d46c0aab39b9d4db926443409 (patch)
tree3ba5f568b295fccdbe96fb08ca86786539f02c54
parenta7b3ea4189aa5bc8a65685df4e5697f7e97e4156 (diff)
downloadcoreutils-c60619245a1f832d46c0aab39b9d4db926443409.tar.xz
.
-rw-r--r--old/fileutils/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 578cc697f..5e68b21a1 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,4 +1,5 @@
User-visible changes in release 3.13:
+* mkdir accepts new option: --verbose
* cp has been fixed so that the full file name it uses for the destination
in `cp file D/' is `D/file', not `D//file'.
* cp --backup a~ a fails instead of silently destroying the source file