aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--findutils/find.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/find.c b/findutils/find.c
index d9a42b3c6..07321c81a 100644
--- a/findutils/find.c
+++ b/findutils/find.c
@@ -263,7 +263,7 @@
263//usage: "\n -regex PATTERN Match path to regex PATTERN" 263//usage: "\n -regex PATTERN Match path to regex PATTERN"
264//usage: ) 264//usage: )
265//usage: IF_FEATURE_FIND_TYPE( 265//usage: IF_FEATURE_FIND_TYPE(
266//usage: "\n -type X File type is X (one of: f,d,l,b,c,...)" 266//usage: "\n -type X File type is X (one of: f,d,l,b,c,s,p)"
267//usage: ) 267//usage: )
268//usage: IF_FEATURE_FIND_PERM( 268//usage: IF_FEATURE_FIND_PERM(
269//usage: "\n -perm MASK At least one mask bit (+MASK), all bits (-MASK)," 269//usage: "\n -perm MASK At least one mask bit (+MASK), all bits (-MASK),"