summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGELOG.md3
-rw-r--r--docs/bfs.13
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 358bc5d..aeaa7cc 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -16,6 +16,9 @@
For example, `bfs -newermt @946684800` will print files modified since January 1, 2000 (UTC).
([`c6bb003`](https://github.com/tavianator/bfs/commit/c6bb003b8882e9a16941f5803d072ec1cb728318))
+- The new `-noerror` option suppresses all error messages during traversal.
+ ([#142](https://github.com/tavianator/bfs/issues/142))
+
### Changes
- `-mount` now excludes mount points entirely, to comply with the recently published POSIX 2024 standard.
diff --git a/docs/bfs.1 b/docs/bfs.1
index 22dbe35..dc3b7b0 100644
--- a/docs/bfs.1
+++ b/docs/bfs.1
@@ -320,6 +320,9 @@ Don't descend into other mount points (same as
.B \-xdev
for now, but will skip mount points entirely in the future).
.TP
+.B \-noerror
+Ignore any errors that occur during traversal.
+.TP
.B \-nohidden
Exclude hidden files and directories.
.TP