Improve --extension help text, closes #673

This commit is contained in:
sharkdp
2020-12-06 12:20:50 +01:00
parent d205a7ff9e
commit d2659de782
3 changed files with 34 additions and 1 deletions
Vendored
+3
View File
@@ -145,6 +145,9 @@ This option can be used repeatedly to allow for multiple file types.
Filter search results by file extension
.IR ext .
This option can be used repeatedly to allow for multiple possible file extensions.
If you want to search for files without extension, you can use the regex '^[^.]+$'
as a normal search pattern.
.TP
.BI "\-E, \-\-exclude " pattern
Exclude files/directories that match the given glob pattern.