]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 5 Jan 1999 04:38:35 +0000 (04:38 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 5 Jan 1999 04:38:35 +0000 (04:38 +0000)
old/fileutils/NEWS

index 4b685fa42472122a348bc3ef1536e39165de4784..d042341a6d6be14eb3b83133af539b8c8e7c2555 100644 (file)
@@ -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.