better description
This commit is contained in:
parent
8462d7458b
commit
73a810e926
14
README.md
14
README.md
|
@ -30,13 +30,13 @@ Usage
|
||||||
* nodes - an array of `stats`
|
* nodes - an array of `stats`
|
||||||
* sorted - `nodes` sorted by type
|
* sorted - `nodes` sorted by type
|
||||||
* `errors` - nodes that could not be `stat`ed and why
|
* `errors` - nodes that could not be `stat`ed and why
|
||||||
* `files` - actual files (or links)
|
* `files` - actual files (or links when `followlinks` is `true`)
|
||||||
* `dirs`
|
* `dirs` - directories
|
||||||
* `blocks`
|
* `blocks` - block devices
|
||||||
* `chars`
|
* `chars` - character devices
|
||||||
* `links`
|
* `links` - symbolic links
|
||||||
* `fifos`
|
* `fifos` - FIFOs
|
||||||
* `sockets`
|
* `sockets` - sockets
|
||||||
|
|
||||||
Example
|
Example
|
||||||
====
|
====
|
||||||
|
|
Loading…
Reference in New Issue