Compare `--one-file-system` to find's -mount/-xdev

This commit is contained in:
Simon Engmann 2019-12-30 22:58:30 +01:00 committed by David Peter
parent 2828d90f99
commit cd2dc5714e
1 changed files with 1 additions and 1 deletions

View File

@ -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