summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-05 04:38:35 +0000
committerJim Meyering <jim@meyering.net>1999-01-05 04:38:35 +0000
commitec29f8c7187f48777d6997f18fffc75e38ea8f25 (patch)
tree581dc1a5e725561d3f909cf287e259fe9716e096 /old/fileutils
parentd7d06726a77f6a9db574203dcba2e3196849356e (diff)
downloadcoreutils-ec29f8c7187f48777d6997f18fffc75e38ea8f25.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 4b685fa42..d042341a6 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -2,6 +2,16 @@ Changes in release 4.1:
[4.1-b2]
* concurrent `mkdir -p' processes no longer fail when creating the
same hierarchy
+* argmatch.c has been fixed so that the unambiguous usage `ls --color=n'
+ no longer evokes an error.
+* now, specifying an improper argument for an option that accepts enumerated
+ values evokes diagnostics like this:
+ $ src/touch --time=x file
+ src/touch: invalid argument `x' for `--time'
+ Valid arguments are:
+ - `atime', `access', `use'
+ - `mtime', `modify'
+ Try `src/touch --help' for more information.
[4.1-b1]
* ls --quoting-style=c prints correct octal escapes for certain nonprinting
characters in file names.