rg: Add doc for literal string search (#3957)

This commit is contained in:
Jacob Wang
2020-04-03 14:13:24 +13:00
committed by GitHub
parent fecee0d61a
commit fbc01dd463

View File

@@ -31,3 +31,7 @@
- Show lines that do not match the given pattern:
`rg --invert-match {{pattern}}`
- Search a literal string pattern:
`rg -F {{string}}`