diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-27 15:22:11 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-05-27 15:34:04 -0400 |
commit | d25c52ec9fbfa5472b321c7b40f4e564a33a6f57 (patch) | |
tree | fbb933dd3af93ca9bffb5f872a418da4597a50f9 /docs | |
parent | c2e0d366c8f497056904d07edcff882bffa40bed (diff) | |
download | bfs-d25c52ec9fbfa5472b321c7b40f4e564a33a6f57.tar.xz |
man: Document -flags
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bfs.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -479,6 +479,10 @@ Find files the current user can execute/read/write. Always false/true. .RE .TP +\fB\-flags\fR [\fI\-+\fR]\fIFLAGS\fR +Find files with matching inode +.BR FLAGS . +.TP \fB\-fstype \fITYPE\fR Find files on file systems with the given .IR TYPE . |