mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:55:44 +02:00
Fix argument quoting
This commit is contained in:
parent
4a49782f31
commit
e019c18cdd
1 changed files with 1 additions and 1 deletions
|
@ -32,4 +32,4 @@
|
||||||
|
|
||||||
- Find files matching more than one search criteria:
|
- Find files matching more than one search criteria:
|
||||||
|
|
||||||
`find {{root_path}} -name {{'*.py'}} -or -name {{'*.r}}`
|
`find {{root_path}} -name {{'*.py'}} -or -name {{'*.r'}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue