]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 23 Jun 2005 14:47:27 +0000 (14:47 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Jun 2005 14:47:27 +0000 (14:47 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 073fe095afdabf8ec05e351b4de7e99519277e03..bf6dfb4549805b401c212d8b67e88cfd626d84f0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -151,6 +151,8 @@ GNU coreutils NEWS                                    -*- outline -*-
   dd has new iflag= and oflag= flags "binary" and "text", which have an
   effect only on nonstandard platforms that distinguish text from binary I/O.
 
+  du accepts new options: --last-time[=TYPE] and --time-style=STYLE
+
   join now supports a NUL field separator, e.g., "join -t '\0'".
   join now detects and reports incompatible options, e.g., "join -t x -t y",