aboutsummaryrefslogtreecommitdiff
path: root/usage.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-14 21:51:54 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-14 21:51:54 +0000
commitc1c43113b4afb7f4ca298a702a0341747d9727f0 (patch)
treeb729911967b7d7199466a8da7e5a48d443dd61b5 /usage.h
parent3ec8ffb121d69c9027afc8e6a64b649eba834730 (diff)
downloadbusybox-c1c43113b4afb7f4ca298a702a0341747d9727f0.tar.gz
Fins find message.
Diffstat (limited to 'usage.h')
-rw-r--r--usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usage.h b/usage.h
index 22e52f59b..c4d301b5e 100644
--- a/usage.h
+++ b/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