diff options
-rw-r--r-- | applets/usage.h | 4 | ||||
-rw-r--r-- | include/usage.h | 4 | ||||
-rw-r--r-- | usage.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/applets/usage.h b/applets/usage.h index 22e52f5..c4d301b 100644 --- a/applets/usage.h +++ b/applets/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,...)" #endif #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 #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 diff --git a/include/usage.h b/include/usage.h index 22e52f5..c4d301b 100644 --- a/include/usage.h +++ b/include/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,...)" #endif #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 #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 @@ -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,...)" #endif #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 #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 |