projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2454e67
)
free: improve --help for type option
author
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 24 Apr 2018 08:13:45 +0000
(10:13 +0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/findutils/find.c
b/findutils/find.c
index d9a42b3c654b84e87d43f6f84db21a3c71d1d8f2..07321c81aef950af80c01dc300cd975b55ce49f6 100644
(file)
--- 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),"