Skip to content

Commit 52f2255

Browse files
committed
Update usage section
1 parent 72cc9a8 commit 52f2255

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,7 @@ FLAGS:
300300
-a, --absolute-path Show absolute instead of relative paths
301301
-l, --list-details Use a long listing format with file metadata
302302
-L, --follow Follow symbolic links
303-
-p, --full-path Search full path (default: file-/dirname only)
304-
-0, --print0 Separate results by the null character
303+
-p, --full-path Search full abs. path (default: filename only)
305304
-h, --help Prints help information
306305
-V, --version Prints version information
307306
@@ -314,12 +313,13 @@ OPTIONS:
314313
-X, --exec-batch <cmd> Execute a command with all search results at once
315314
-E, --exclude <pattern>... Exclude entries that match the given glob pattern
316315
-c, --color <when> When to use colors: never, *auto*, always
317-
-S, --size <size>... Limit results based on the size of files.
316+
-S, --size <size>... Limit results based on the size of files
318317
--changed-within <date|dur> Filter by file modification time (newer than)
319318
--changed-before <date|dur> Filter by file modification time (older than)
319+
-o, --owner <user:group> Filter by owning user and/or group
320320
321321
ARGS:
322-
<pattern> the search pattern - a regular expression unless '--glob' is used (optional)
322+
<pattern> the search pattern (a regular expression, unless '--glob' is used; optional)
323323
<path>... the root directory for the filesystem search (optional)
324324
```
325325

0 commit comments

Comments
 (0)