From 67e76b8b5bfbc9574614e52123b2afb0c166e4ac Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 19 Aug 2018 18:50:35 +0200 Subject: [PATCH] Update USAGE --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a82511..c5e93a8 100644 --- a/README.md +++ b/README.md @@ -261,13 +261,14 @@ FLAGS: OPTIONS: -d, --max-depth Set maximum search depth (default: none) -t, --type ... Filter by type: file (f), directory (d), symlink (l), - executable (x) + executable (x), empty (e) -e, --extension ... Filter by file extension -x, --exec Execute a command for each search result -E, --exclude ... Exclude entries that match the given glob pattern --ignore-file ... Add a custom ignore-file in .gitignore format -c, --color When to use colors: never, *auto*, always -j, --threads Set number of threads to use for searching & executing + -S, --size ... Limit results based on the size of files. ARGS: the search pattern, a regular expression (optional)