[git commit] free: improve --help for type option

Denys Vlasenko vda.linux at googlemail.com
Tue Apr 24 08:13:45 UTC 2018


commit: https://git.busybox.net/busybox/commit/?id=f4eaccbfaee58d00f53fe106d018f4e9687b2e27
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Patch by Fred Friedrich.

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 findutils/find.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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),"


More information about the busybox-cvs mailing list