[ownership] document --owner in manpage and changelog

This commit is contained in:
Alexandru Macovei 2020-05-13 11:03:11 +03:00 committed by David Peter
parent 1a16003cca
commit a9dc45ecb1
2 changed files with 10 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## Features
- Add new `--owner [user][:group]` filter. See #307 (pull #581) (@alexmaco)
## Bugfixes

9
doc/fd.1 vendored
View File

@ -224,6 +224,15 @@ Examples:
\-\-changed-before "2018-10-27 10:00:00"
\-\-change-older-than 2weeks
.TP
.BI "-o, \-\-owner " [user][:group]
Filter files by their user and/or group. Format: [(user|uid)][:(group|gid)]. Either side
is optional. Precede either side with a '!' to exclude files instead.
Examples:
\-\-owner john
\-\-owner :students
\-\-owner "!john:students"
.TP
.BI "\-x, \-\-exec " command
Execute
.I command