]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 5 Jan 2005 08:01:09 +0000 (08:01 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 Jan 2005 08:01:09 +0000 (08:01 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b20f5d8d6d74a3f9f7bfcba5aa3eb58b82d3d6c5..b25452e82cc05a376f78a84292320dfc22b83136 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -47,8 +47,9 @@ GNU coreutils NEWS                                    -*- outline -*-
   Since the bug was in the underlying fts.c module, it also affected
   chown, chmod, and chgrp.
 
-  du --exclude=P now compares pattern P against the entire name
-  of each file, rather than just the final component.
+  du's --exclude-from=FILE and --exclude=P options now compare patterns
+  against the entire name of each file, rather than against just the
+  final component.
 
   echo now conforms to POSIX better.  It supports the \0ooo syntax for
   octal escapes, and \c now terminates printing immediately.  If