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

rg: fix path placeholder (#16361)

This commit is contained in:
Lena 2025-05-03 17:44:39 +02:00 committed by GitHub
parent f4fce2b2f9
commit f0a0f57e5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
- Recursively search for a pattern in a file or directory:
`rg {{pattern}} {{path/to/directory}}`
`rg {{pattern}} {{path/to/file_or_directory}}`
- Include hidden files and entries listed in `.gitignore`: