From c3f52a2e3c22a8e05b60f94b8344501b14e87794 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 16 Aug 2024 09:24:30 -0400 Subject: New -noerror option to suppress error messages Closes: https://github.com/tavianator/bfs/issues/142 --- docs/bfs.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/bfs.1') 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 -- cgit v1.2.3