Update man page

This commit is contained in:
sharkdp 2019-09-15 17:10:31 +02:00
parent 25a728529d
commit fe79b8ce0a
1 changed files with 6 additions and 0 deletions

6
doc/fd.1 vendored
View File

@ -51,6 +51,12 @@ pattern contains an uppercase character (smart case).
Perform a case-insensitive search. By default, fd uses case-insensitive searches, unless the
pattern contains an uppercase character (smart case).
.TP
.B \-g, \-\-glob
Perform a glob-based search instead of a regular expression search.
.TP
.B \-\-regex
Perform a regular-expression based seach (default). This can be used to override --glob.
.TP
.B \-F, \-\-fixed\-strings
Treat the pattern as a literal string instead of a regular expression.
.TP