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:
parent
f4fce2b2f9
commit
f0a0f57e5e
1 changed files with 1 additions and 1 deletions
|
@ -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`:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue