diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-06-07 15:15:33 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-06-07 15:16:13 -0400 |
commit | b85a344c3645d7748eeb4f3e49e15180d16c5882 (patch) | |
tree | 8620d9d6a24dd9c733789b45610e3141c5a389be /bfs.1 | |
parent | 1bce3b33acbfcfbfa03f1174d6e00c125cd8625d (diff) | |
download | bfs-b85a344c3645d7748eeb4f3e49e15180d16c5882.tar.xz |
Treat -nohidden like -exclude -hidden
Fixes #30.
Diffstat (limited to 'bfs.1')
-rw-r--r-- | bfs.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -271,6 +271,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 \-nohidden +Exclude hidden files and directories. +.TP .B \-noleaf Ignored; for compatibility with GNU find. .TP @@ -609,9 +612,6 @@ List files like .B ls .IR \-dils . .TP -.B \-nohidden -Filter out hidden files and directories. -.TP .B \-print Print the path to the found file. .TP |