mirror of
https://github.com/sharkdp/fd
synced 2024-11-02 13:06:48 +00:00
Update USAGE section
This commit is contained in:
parent
08fcd7ce59
commit
1056220421
1 changed files with 2 additions and 1 deletions
|
@ -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 <date|dur> Filter by file modification time (older than)
|
||||
|
||||
ARGS:
|
||||
<pattern> the search pattern, a regular expression (optional)
|
||||
<pattern> the search pattern: a regular expression unless '--glob' is used (optional)
|
||||
<path>... the root directory for the filesystem search (optional)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue