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

Merge pull request #540 from timsutton/patch-1

Typo "it's" in mdfind
This commit is contained in:
Felix Yan 2016-01-01 11:38:27 +08:00
commit bb31364f7c

View file

@ -2,11 +2,11 @@
> List files matching a given query
- Find a file by it's name
- Find a file by its name
`mdfind -name {{file}}`
- Find a file by it's content
- Find a file by its content
`mdfind {{query}}`