diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h index eab57d8ae..4254e153c 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1232,13 +1232,13 @@ | |||
1232 | "\n -type X File type is X (X is one of: f,d,l,b,c,...)") \ | 1232 | "\n -type X File type is X (X is one of: f,d,l,b,c,...)") \ |
1233 | IF_FEATURE_FIND_PERM( \ | 1233 | IF_FEATURE_FIND_PERM( \ |
1234 | "\n -perm NNN Permissions match any of (+NNN), all of (-NNN)," \ | 1234 | "\n -perm NNN Permissions match any of (+NNN), all of (-NNN)," \ |
1235 | "\n or exactly (NNN)") \ | 1235 | "\n or exactly NNN") \ |
1236 | IF_FEATURE_FIND_MTIME( \ | 1236 | IF_FEATURE_FIND_MTIME( \ |
1237 | "\n -mtime DAYS Modified time is greater than (+N), less than (-N)," \ | 1237 | "\n -mtime DAYS Modified time is greater than (+N), less than (-N)," \ |
1238 | "\n or exactly (N) days") \ | 1238 | "\n or exactly N days") \ |
1239 | IF_FEATURE_FIND_MMIN( \ | 1239 | IF_FEATURE_FIND_MMIN( \ |
1240 | "\n -mmin MINS Modified time is greater than (+N), less than (-N)," \ | 1240 | "\n -mmin MINS Modified time is greater than (+N), less than (-N)," \ |
1241 | "\n or exactly (N) minutes") \ | 1241 | "\n or exactly N minutes") \ |
1242 | IF_FEATURE_FIND_NEWER( \ | 1242 | IF_FEATURE_FIND_NEWER( \ |
1243 | "\n -newer FILE Modified time is more recent than FILE's") \ | 1243 | "\n -newer FILE Modified time is more recent than FILE's") \ |
1244 | IF_FEATURE_FIND_INUM( \ | 1244 | IF_FEATURE_FIND_INUM( \ |
@@ -1252,6 +1252,9 @@ | |||
1252 | IF_FEATURE_FIND_SIZE( \ | 1252 | IF_FEATURE_FIND_SIZE( \ |
1253 | "\n -size N[bck] File size is N (c:bytes,k:kbytes,b:512 bytes(def.))." \ | 1253 | "\n -size N[bck] File size is N (c:bytes,k:kbytes,b:512 bytes(def.))." \ |
1254 | "\n +/-N: file size is bigger/smaller than N") \ | 1254 | "\n +/-N: file size is bigger/smaller than N") \ |
1255 | IF_FEATURE_FIND_LINKS( \ | ||
1256 | "\n -links N Number of links is greater than (+N), less than (-N)," \ | ||
1257 | "\n or exactly N") \ | ||
1255 | "\n -print Print (default and assumed)" \ | 1258 | "\n -print Print (default and assumed)" \ |
1256 | IF_FEATURE_FIND_PRINT0( \ | 1259 | IF_FEATURE_FIND_PRINT0( \ |
1257 | "\n -print0 Delimit output with null characters rather than" \ | 1260 | "\n -print0 Delimit output with null characters rather than" \ |