From ec29f8c7187f48777d6997f18fffc75e38ea8f25 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 5 Jan 1999 04:38:35 +0000 Subject: [PATCH] *** empty log message *** --- old/fileutils/NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 4b685fa424..d042341a6d 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. -- 2.47.3