summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-06-23 22:37:33 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-06-23 22:37:33 +0000
commit638e81b53735902ed578b5ab0e17a6c3ad0d5fb8 (patch)
treea3ff343a3f93cb7e0a3b7d6affbfb1c5b5871487 /NEWS
parent54efcebd947657475dbe5ef5ec907b78884254ce (diff)
downloadcoreutils-638e81b53735902ed578b5ab0e17a6c3ad0d5fb8.tar.xz
du's --last-time option is now --time.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bf6dfb454..242a071f9 100644
--- 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",