1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 19:55:27 +02:00

rg: fix grammar (#3525)

This commit is contained in:
Marco Bonelli 2019-11-04 10:54:16 +01:00 committed by Owen Voke
parent e5f79d3d2c
commit 5c20a36041

View file

@ -24,7 +24,7 @@
`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}}`