1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 03:17:57 +01:00

Merge pull request #804 from nonsequitur/master

Fix argument quoting
This commit is contained in:
Ruben Vereecken 2016-02-24 01:32:37 -08:00
commit cd98c05f51

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'}}`