free: improve --help for type option
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 24 Apr 2018 08:13:45 +0000 (10:13 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 24 Apr 2018 08:13:45 +0000 (10:13 +0200)
Patch by Fred Friedrich.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
findutils/find.c

index d9a42b3c654b84e87d43f6f84db21a3c71d1d8f2..07321c81aef950af80c01dc300cd975b55ce49f6 100644 (file)
 //usage:     "\n       -regex PATTERN  Match path to regex PATTERN"
 //usage:       )
 //usage:       IF_FEATURE_FIND_TYPE(
-//usage:     "\n       -type X         File type is X (one of: f,d,l,b,c,...)"
+//usage:     "\n       -type X         File type is X (one of: f,d,l,b,c,s,p)"
 //usage:       )
 //usage:       IF_FEATURE_FIND_PERM(
 //usage:     "\n       -perm MASK      At least one mask bit (+MASK), all bits (-MASK),"