From 73a810e9267be46a8e2131335f45509cce713386 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 20 Nov 2010 22:04:54 -0700 Subject: [PATCH] better description --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 096858d..95d3f15 100644 --- a/README.md +++ b/README.md @@ -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 ====