summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2017-08-18 20:43:39 +0200
committerBernhard Voelker <mail@bernhard-voelker.de>2017-08-18 20:43:39 +0200
commita8fc03d98036e58c96f86c38b7e8c9b064aa209f (patch)
tree2b9e4ebb54bd0e6e6f63073009f814374d8e5785
parent9530e31f6d4febf8ff08f931f70b40d41603ef8d (diff)
downloadfindutils-a8fc03d98036.tar.gz
doc: add a NEWS entry for the previous commit
* NEWS (Improvements): Add an entry for v4.6.0-115-g9530e31.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 61269c1..29aef53 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,10 @@ in the use of FTS.
find now exits in more cases immediately after the error diagnostic, i.e.,
without the following usage text, to make the former more eye-catching.
+find now outputs a better hint in case the user passed an unquoted shell-
+glob pattern to options like -name, i.e., when the offending argument is
+an existing file.
+
xargs now supports the -o, --open-tty option to reopen stdin as /dev/tty
in the child process before executing the command; useful to run an
interactive application. Added for compatibility with BSD.