about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-02-26 13:04:32 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2016-02-26 13:04:32 +0100
commit8b228c157f48718d7dbab8828145609e879d126a (patch)
tree6e92e83eb3f38cd9144479ade83d900879d122d1 /README.md
parentb2bfdf1c9f7fa149790eda8bb51dda56412d6b80 (diff)
downloadlr-8b228c157f48718d7dbab8828145609e879d126a.tar.gz
lr-8b228c157f48718d7dbab8828145609e879d126a.tar.xz
lr-8b228c157f48718d7dbab8828145609e879d126a.zip
count directory entries when needed
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7bb4083..d40daf8 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Over ls:
 * `-S`: BSD stat(1)-inspired output.
 * `-f FMT`: custom formatting, see below.
 * `-D`: depth first traversal. `prune` does not work, but `entries`
-  and `total` is computed.
+  and `total` are computed on the fly.
 * `-H`: only follow symlinks on command line.
 * `-L`: follow all symlinks.
 * `-1`: don't go below one level of directories.
@@ -94,7 +94,7 @@ Over ls:
 * `%G`: numeric gid.
 * `%u`: user name.
 * `%U`: numeric uid.
-* `%e`: number of entries in directories (only with `-D`).
+* `%e`: number of entries in directories.
 * `%t`: total size used by accepted files in directories (only with `-D`).
 * `%Y`: type of the filesystem the file resides on.
 * `%x`: Linux-only: a combination of: `#` for files with security capabilities, `+` for files with an ACL, `@` for files with other extended attributes.