From a5631bb6cd97f60f61b857ad365b1853ef6aa487 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 2 Feb 2016 13:47:27 +0100 Subject: allow = instead of == --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 67f7d42..4ba11d3 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Default: `n`. ::= depth | dev | entries | gid | inode | links | mode | rdev | size | total | uid - ::= <= | < | >= | > | == | != + ::= <= | < | >= | > | == | = | != ::= "./path" -- mtime of relative path | "/path" -- mtime of absolute path @@ -159,7 +159,7 @@ Default: `n`. ::= fstype | group | name | path | target | user - ::= == -- string equality + ::= == | = -- string equality | === -- case insensitive string equality | ~~ -- glob (fnmatch) | ~~~ -- case insensitive glob (fnmatch) @@ -168,9 +168,9 @@ Default: `n`. ::= " ([^"] | "")+ " -- use "" for a single " inside " - ::= type == ( b | c | d | p | f | l ) + ::= type ( == | = ) ( b | c | d | p | f | l ) - ::= mode ( == -- exact permissions + ::= mode ( == | = -- exact permissions | & -- check if all bits of set | | -- check if any bit of set ) -- cgit 1.4.1