summaryrefslogtreecommitdiffstats
path: root/docs/bfs.1
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-08-16 09:24:30 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-08-16 09:33:34 -0400
commitc3f52a2e3c22a8e05b60f94b8344501b14e87794 (patch)
tree6d5c3d6fec021ba5814443e44b971e59ed5157e9 /docs/bfs.1
parente130daf99c1828c554c27d546274712624b81faa (diff)
downloadbfs-c3f52a2e3c22a8e05b60f94b8344501b14e87794.tar.xz
New -noerror option to suppress error messages
Closes: https://github.com/tavianator/bfs/issues/142
Diffstat (limited to 'docs/bfs.1')
-rw-r--r--docs/bfs.13
1 files changed, 3 insertions, 0 deletions
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