summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-26 11:05:46 +0000
committerJim Meyering <jim@meyering.net>2003-01-26 11:05:46 +0000
commitab43d63c3a25f9b6b0c775ac89ff904b10cd868f (patch)
treed8b214dbddd56169b637eb4ccec203e5c0373a1e /NEWS
parentfe443ea297f6417d4e905830f6f93b3678324d2d (diff)
downloadcoreutils-ab43d63c3a25f9b6b0c775ac89ff904b10cd868f.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c89dad3b3..28e2c69e7 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@
* Fix a bug introduced in 4.5.4 that made it so that ls --color would no
longer highlight the names of files with the execute bit set when not
specified on the command line.
-* shred's --zero (-z) option no longer gobbles up any following string
+* shred's --zero (-z) option no longer gobbles up any following argument.
Before, `shred --zero file' would produce `shred: missing file argument',
and worse, `shred --zero f1 f2 ...' would appear to work, but would leave
the first file untouched.
@@ -24,7 +24,7 @@
output STRING between ranges of selected bytes.
* rm -r can no longer be tricked into mistakenly reporting a cycle.
* when rm detects a directory cycle, it no longer aborts the entire command,
- but rather just the affected command line argument.
+ but rather merely stops processing the affected command line argument.
[4.5.4]
* cp no longer fails to parse options like this: --preserve=mode,ownership