From 0b7db2fde4fc662db217e0eae3d17aee5e311706 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 25 Feb 2016 15:36:51 +0100 Subject: extend %x to be a string --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit 1.4.1