diff --git a/README.md b/README.md index f1fe93a..85894b0 100644 --- a/README.md +++ b/README.md @@ -300,8 +300,7 @@ FLAGS: -a, --absolute-path Show absolute instead of relative paths -l, --list-details Use a long listing format with file metadata -L, --follow Follow symbolic links - -p, --full-path Search full path (default: file-/dirname only) - -0, --print0 Separate results by the null character + -p, --full-path Search full abs. path (default: filename only) -h, --help Prints help information -V, --version Prints version information @@ -314,12 +313,13 @@ OPTIONS: -X, --exec-batch Execute a command with all search results at once -E, --exclude ... Exclude entries that match the given glob pattern -c, --color When to use colors: never, *auto*, always - -S, --size ... Limit results based on the size of files. + -S, --size ... Limit results based on the size of files --changed-within Filter by file modification time (newer than) --changed-before Filter by file modification time (older than) + -o, --owner Filter by owning user and/or group ARGS: - the search pattern - a regular expression unless '--glob' is used (optional) + the search pattern (a regular expression, unless '--glob' is used; optional) ... the root directory for the filesystem search (optional) ```