diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-12-09 10:07:39 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-12-09 10:07:39 +0000 |
commit | 75aa615bef478622cd0695b95adcf182fbbc3d95 (patch) | |
tree | 32fce466a6cefda67db2289b306a111e573b9a09 /include | |
parent | 9cb220be9dea5417c1ad0091bb7eeb1371891f89 (diff) | |
download | busybox-w32-75aa615bef478622cd0695b95adcf182fbbc3d95.tar.gz busybox-w32-75aa615bef478622cd0695b95adcf182fbbc3d95.tar.bz2 busybox-w32-75aa615bef478622cd0695b95adcf182fbbc3d95.zip |
find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>)
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 0ae819a1a..f6506b4f8 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1008,6 +1008,7 @@ | |||
1008 | "\n -maxdepth N Descend at most N levels. -maxdepth 0 applies" \ | 1008 | "\n -maxdepth N Descend at most N levels. -maxdepth 0 applies" \ |
1009 | "\n tests/actions to command line arguments only") \ | 1009 | "\n tests/actions to command line arguments only") \ |
1010 | "\n -name PATTERN File name (w/o directory name) matches PATTERN" \ | 1010 | "\n -name PATTERN File name (w/o directory name) matches PATTERN" \ |
1011 | "\n -iname PATTERN Case insensitive -name" \ | ||
1011 | USE_FEATURE_FIND_PATH( \ | 1012 | USE_FEATURE_FIND_PATH( \ |
1012 | "\n -path PATTERN Path matches PATTERN") \ | 1013 | "\n -path PATTERN Path matches PATTERN") \ |
1013 | USE_FEATURE_FIND_REGEX( \ | 1014 | USE_FEATURE_FIND_REGEX( \ |