tree: update description

Also added tokens
coverage
Agniva De Sarker 2017-12-29 08:45:39 +05:30 committed by GitHub
parent 68ccb63f98
commit 852edabca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,6 @@
`tree -P {{*.txt}}`
- Ignore files that match a wildcard (glob) pattern:
- Ignore entries that match a wildcard (glob) pattern:
`tree -I '*.txt'`
`tree -I {{*.txt}}`