diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-04 23:41:35 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-04 23:41:35 +0000 |
commit | 56fce00fc7c11c2b8dabac5ba0ef6a0a8a19dee5 (patch) | |
tree | 7e59e42ff0a038c125a9335ff78953b390fe01ea /include | |
parent | febe3c421109032cdfb36249c54e314d39256ace (diff) | |
download | busybox-w32-56fce00fc7c11c2b8dabac5ba0ef6a0a8a19dee5.tar.gz busybox-w32-56fce00fc7c11c2b8dabac5ba0ef6a0a8a19dee5.tar.bz2 busybox-w32-56fce00fc7c11c2b8dabac5ba0ef6a0a8a19dee5.zip |
find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>)
find: -group, -depth (Natanael Copa <natanael.copa@gmail.com>)
find: make constant array static, declare PARM_xx constants with enum
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 8e0da197c..1889010dd 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -958,9 +958,11 @@ | |||
958 | ) USE_FEATURE_FIND_EXEC( \ | 958 | ) USE_FEATURE_FIND_EXEC( \ |
959 | "\n -exec CMD Execute CMD with all instances of {} replaced by the" \ | 959 | "\n -exec CMD Execute CMD with all instances of {} replaced by the" \ |
960 | "\n files matching EXPRESSION" \ | 960 | "\n files matching EXPRESSION" \ |
961 | ) USE_DESKTOP( \ | 961 | ) USE_FEATURE_FIND_SIZE( \ |
962 | "\n -size N File size is N" \ | 962 | "\n -size N File size is N" \ |
963 | ) USE_FEATURE_FIND_PRUNE( \ | ||
963 | "\n -prune Stop traversing current subtree" \ | 964 | "\n -prune Stop traversing current subtree" \ |
965 | ) USE_FEATURE_FIND_PAREN( \ | ||
964 | "\n (expr) Group" \ | 966 | "\n (expr) Group" \ |
965 | ) | 967 | ) |
966 | 968 | ||