]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
du's --last-time option is now --time.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 23 Jun 2005 22:37:33 +0000 (22:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 23 Jun 2005 22:37:33 +0000 (22:37 +0000)
NEWS

diff --git a/NEWS b/NEWS
index bf6dfb4549805b401c212d8b67e88cfd626d84f0..242a071f9d6224c67c4699234547ddf25fc9982b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -151,7 +151,7 @@ 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
+  du accepts new options: --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",