1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 20:55:34 +02:00

Fix argument quoting

This commit is contained in:
Cornelius Mika 2016-02-24 10:27:51 +01:00
parent 4a49782f31
commit e019c18cdd

View file

@ -32,4 +32,4 @@
- Find files matching more than one search criteria:
`find {{root_path}} -name {{'*.py'}} -or -name {{'*.r}}`
`find {{root_path}} -name {{'*.py'}} -or -name {{'*.r'}}`