From 10562204219c5d18879dd7db78712e9837f95d91 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 15 Sep 2019 17:05:34 +0200 Subject: [PATCH] Update USAGE section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c92a77..ba9f640 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,7 @@ FLAGS: --no-ignore-vcs Do not respect .gitignore files -s, --case-sensitive Case-sensitive search (default: smart case) -i, --ignore-case Case-insensitive search (default: smart case) + -g, --glob Glob-based search (default: regular expression) -F, --fixed-strings Treat the pattern as a literal string -a, --absolute-path Show absolute instead of relative paths -L, --follow Follow symbolic links @@ -320,7 +321,7 @@ OPTIONS: --changed-before Filter by file modification time (older than) ARGS: - the search pattern, a regular expression (optional) + the search pattern: a regular expression unless '--glob' is used (optional) ... the root directory for the filesystem search (optional) ```