mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 17:55:45 +02:00
rg: fix grammar (#3525)
This commit is contained in:
parent
e5f79d3d2c
commit
5c20a36041
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
`rg {{pattern}} -g {{glob}}`
|
`rg {{pattern}} -g {{glob}}`
|
||||||
|
|
||||||
- Only list matched files -- useful when piping to other commands:
|
- Only list matched files (useful when piping to other commands):
|
||||||
|
|
||||||
`rg --files-with-matches {{pattern}}`
|
`rg --files-with-matches {{pattern}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue