about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-02-25 15:36:51 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2016-02-25 15:36:51 +0100
commit0b7db2fde4fc662db217e0eae3d17aee5e311706 (patch)
tree09e01cef6c969127b9eb9495bb9ae7269b7797cf /README.md
parent04782a09d8bb11ec038f9d70f0895dd832a9e856 (diff)
downloadlr-0b7db2fde4fc662db217e0eae3d17aee5e311706.tar.gz
lr-0b7db2fde4fc662db217e0eae3d17aee5e311706.tar.xz
lr-0b7db2fde4fc662db217e0eae3d17aee5e311706.zip
extend %x to be a string
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 117cee9..eecdfe6 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ Over ls:
 * `%e`: number of entries in directories (only with `-D`).
 * `%t`: total size used by accepted files in directories (only with `-D`).
 * `%Y`: type of the filesystem the file resides on.
-* `%x`: Linux-only: `#` for files with security capabilities, `+` for files with an ACL, `@` for files with other extended attributes, a single space else.
+* `%x`: Linux-only: a combination of: `#` for files with security capabilities, `+` for files with an ACL, `@` for files with other extended attributes.
 
 ## Sort order