Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-04-24 11:13:45 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2018-04-24 11:13:45 +0300
commitf4eaccbfaee58d00f53fe106d018f4e9687b2e27 (patch)
tree8c915ac48b79ad5af9f9bb8da71e7918d4d18629
parent2454e678cb7d241097ee9ce4b2114a136f1b57ec (diff)
free: improve --help for type option
Patch by Fred Friedrich. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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 @@
//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),"