mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
Fins find message.
This commit is contained in:
parent
3ec8ffb121
commit
c1c43113b4
@ -501,10 +501,10 @@ find_usage_index
|
|||||||
"\n\t-type X\t\tFiletype matches X (where X is one of: f,d,l,b,c,...)"
|
"\n\t-type X\t\tFiletype matches X (where X is one of: f,d,l,b,c,...)"
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_FEATURE_FIND_PERM
|
#ifdef BB_FEATURE_FIND_PERM
|
||||||
"\n\t-perm PERMS\tPermissions match any of (+NNN); all of (-NNN);\n\t\tor exactly (NNN)"
|
"\n\t-perm PERMS\tPermissions match any of (+NNN); all of (-NNN);\n\t\t\tor exactly (NNN)"
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_FEATURE_FIND_MTIME
|
#ifdef BB_FEATURE_FIND_MTIME
|
||||||
"\n\t-mtime TIME\tModified time is greater than (+N); less than (-N);\n\t\tor exactly (N) days"
|
"\n\t-mtime TIME\tModified time is greater than (+N); less than (-N);\n\t\t\tor exactly (N) days"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -501,10 +501,10 @@ find_usage_index
|
|||||||
"\n\t-type X\t\tFiletype matches X (where X is one of: f,d,l,b,c,...)"
|
"\n\t-type X\t\tFiletype matches X (where X is one of: f,d,l,b,c,...)"
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_FEATURE_FIND_PERM
|
#ifdef BB_FEATURE_FIND_PERM
|
||||||
"\n\t-perm PERMS\tPermissions match any of (+NNN); all of (-NNN);\n\t\tor exactly (NNN)"
|
"\n\t-perm PERMS\tPermissions match any of (+NNN); all of (-NNN);\n\t\t\tor exactly (NNN)"
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_FEATURE_FIND_MTIME
|
#ifdef BB_FEATURE_FIND_MTIME
|
||||||
"\n\t-mtime TIME\tModified time is greater than (+N); less than (-N);\n\t\tor exactly (N) days"
|
"\n\t-mtime TIME\tModified time is greater than (+N); less than (-N);\n\t\t\tor exactly (N) days"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
4
usage.h
4
usage.h
@ -501,10 +501,10 @@ find_usage_index
|
|||||||
"\n\t-type X\t\tFiletype matches X (where X is one of: f,d,l,b,c,...)"
|
"\n\t-type X\t\tFiletype matches X (where X is one of: f,d,l,b,c,...)"
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_FEATURE_FIND_PERM
|
#ifdef BB_FEATURE_FIND_PERM
|
||||||
"\n\t-perm PERMS\tPermissions match any of (+NNN); all of (-NNN);\n\t\tor exactly (NNN)"
|
"\n\t-perm PERMS\tPermissions match any of (+NNN); all of (-NNN);\n\t\t\tor exactly (NNN)"
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_FEATURE_FIND_MTIME
|
#ifdef BB_FEATURE_FIND_MTIME
|
||||||
"\n\t-mtime TIME\tModified time is greater than (+N); less than (-N);\n\t\tor exactly (N) days"
|
"\n\t-mtime TIME\tModified time is greater than (+N); less than (-N);\n\t\t\tor exactly (N) days"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user