From cd2dc5714ede67e34b0b7e8f4edf61671b70eb54 Mon Sep 17 00:00:00 2001 From: Simon Engmann Date: Mon, 30 Dec 2019 22:58:30 +0100 Subject: [PATCH] Compare `--one-file-system` to find's -mount/-xdev --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 319c253..9921487 100644 --- a/src/app.rs +++ b/src/app.rs @@ -477,7 +477,7 @@ fn usage() -> HashMap<&'static str, Help> { , "Don't cross file system boundaries" , "By default, fd will traverse the file system tree as far as other options dictate. \ With this flag, fd ensures that it does not descend into a different file system \ - than the one it started in."); + than the one it started in. Comparable to the -mount or -xdev filters of find(1)."); } h