better description

This commit is contained in:
AJ ONeal 2010-11-20 22:04:54 -07:00
parent 8462d7458b
commit 73a810e926
1 changed files with 7 additions and 7 deletions

View File

@ -30,13 +30,13 @@ Usage
* nodes - an array of `stats`
* sorted - `nodes` sorted by type
* `errors` - nodes that could not be `stat`ed and why
* `files` - actual files (or links)
* `dirs`
* `blocks`
* `chars`
* `links`
* `fifos`
* `sockets`
* `files` - actual files (or links when `followlinks` is `true`)
* `dirs` - directories
* `blocks` - block devices
* `chars` - character devices
* `links` - symbolic links
* `fifos` - FIFOs
* `sockets` - sockets
Example
====