about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-10-23 18:57:23 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-10-23 18:57:23 +0200
commita24508b30526a1dec3a4143f98da87b9ec48ee15 (patch)
tree62a9dacc39ddd8b4540f96b36001950ab96653c7 /README.md
parent079548a80175869c791b5401d6ecc04ec042c763 (diff)
downloadlr-a24508b30526a1dec3a4143f98da87b9ec48ee15.tar.gz
lr-a24508b30526a1dec3a4143f98da87b9ec48ee15.tar.xz
lr-a24508b30526a1dec3a4143f98da87b9ec48ee15.zip
add props for uid/gid/user/group
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 837fdbf..99aa027 100644
--- a/README.md
+++ b/README.md
@@ -80,8 +80,8 @@ case sizes are equal).
 	             | prune             -- do not traverse into subdirectories
 	             | print             -- always true value
 	
-	<numprop>  ::= atime | ctime | depth | dev | entries | inode
-	             | links | mode | mtime | size | total
+	<numprop>  ::= atime | ctime | depth | dev | entries | gid
+	             | inode | links | mode | mtime | size | total | uid
 	
 	<numop>    ::= <= | < | >= | > | == | !=
 	
@@ -92,7 +92,7 @@ case sizes are equal).
 	                      | G        -- *1024*1024*1024
 	                      | T )?     -- *1024*1024*1024*1024
 	
-	<strprop>  ::= name | path | target
+	<strprop>  ::= group | name | path | target | user
 	
 	<strop>    ::= ==                -- string equality
 	             | ===               -- case insensitive string equality