mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-28 18:51:58 -07:00
Merge pull request #42 from andschwa/files-with-matches
Files with matches
This commit is contained in:
5
doc/rg.1
5
doc/rg.1
@@ -35,6 +35,11 @@ Only show count of line matches for each file.
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \-l, \-\-files\-with\-matches
|
||||
Only show path of each file with matches.
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \-\-color \f[I]WHEN\f[]
|
||||
Whether to use coloring in match.
|
||||
Valid values are never, always or auto.
|
||||
|
@@ -29,6 +29,9 @@ the raw speed of grep.
|
||||
-c, --count
|
||||
: Only show count of line matches for each file.
|
||||
|
||||
-l, --files-with-matches
|
||||
: Only show path of each file with matches.
|
||||
|
||||
--color *WHEN*
|
||||
: Whether to use coloring in match. Valid values are never, always or auto.
|
||||
[default: auto]
|
||||
|
Reference in New Issue
Block a user