From 218e074be676afb77697717eebc0dcc713af2875 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 16 Aug 2024 09:39:44 -0400 Subject: docs: Document the new -mount vs. -xdev behaviour Fixes: 33b85e1 ("Implement POSIX 2024's -mount") --- completions/bfs.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completions/bfs.fish') diff --git a/completions/bfs.fish b/completions/bfs.fish index 0b846f8..7182bee 100644 --- a/completions/bfs.fish +++ b/completions/bfs.fish @@ -42,7 +42,7 @@ complete -c bfs -o ignore_readdir_race -d "Don't report an error if the file tre complete -c bfs -o noignore_readdir_race -d "Report an error if the file tree is modified during the search" complete -c bfs -o maxdepth -d "Ignore files deeper than specified number" -x complete -c bfs -o mindepth -d "Ignore files shallower than specified number" -x -complete -c bfs -o mount -d "Don't descend into other mount points" +complete -c bfs -o mount -d "Exclude mount points" complete -c bfs -o noerror -d "Ignore any errors that occur during traversal" complete -c bfs -o nohidden -d "Exclude hidden files and directories" complete -c bfs -o noleaf -d "Ignored; for compatibility with GNU find" -- cgit v1.2.3