mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
free: improve --help for type option
Patch by Fred Friedrich. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
2454e678cb
commit
f4eaccbfae
1 changed files with 1 additions and 1 deletions
|
|
@ -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),"
|
||||
|
|
|
|||
Loading…
Reference in a new issue