diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-14 21:51:54 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-14 21:51:54 +0000 |
commit | c1c43113b4afb7f4ca298a702a0341747d9727f0 (patch) | |
tree | b729911967b7d7199466a8da7e5a48d443dd61b5 /usage.h | |
parent | 3ec8ffb121d69c9027afc8e6a64b649eba834730 (diff) | |
download | busybox-w32-c1c43113b4afb7f4ca298a702a0341747d9727f0.tar.gz busybox-w32-c1c43113b4afb7f4ca298a702a0341747d9727f0.tar.bz2 busybox-w32-c1c43113b4afb7f4ca298a702a0341747d9727f0.zip |
Fins find message.
Diffstat (limited to '')
-rw-r--r-- | usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -501,10 +501,10 @@ find_usage_index | |||
501 | "\n\t-type X\t\tFiletype matches X (where X is one of: f,d,l,b,c,...)" | 501 | "\n\t-type X\t\tFiletype matches X (where X is one of: f,d,l,b,c,...)" |
502 | #endif | 502 | #endif |
503 | #ifdef BB_FEATURE_FIND_PERM | 503 | #ifdef BB_FEATURE_FIND_PERM |
504 | "\n\t-perm PERMS\tPermissions match any of (+NNN); all of (-NNN);\n\t\tor exactly (NNN)" | 504 | "\n\t-perm PERMS\tPermissions match any of (+NNN); all of (-NNN);\n\t\t\tor exactly (NNN)" |
505 | #endif | 505 | #endif |
506 | #ifdef BB_FEATURE_FIND_MTIME | 506 | #ifdef BB_FEATURE_FIND_MTIME |
507 | "\n\t-mtime TIME\tModified time is greater than (+N); less than (-N);\n\t\tor exactly (N) days" | 507 | "\n\t-mtime TIME\tModified time is greater than (+N); less than (-N);\n\t\t\tor exactly (N) days" |
508 | #endif | 508 | #endif |
509 | #endif | 509 | #endif |
510 | #endif | 510 | #endif |