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}}`