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) ```