aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-12-09 10:07:39 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-12-09 10:07:39 +0000
commit75aa615bef478622cd0695b95adcf182fbbc3d95 (patch)
tree32fce466a6cefda67db2289b306a111e573b9a09 /include
parent9cb220be9dea5417c1ad0091bb7eeb1371891f89 (diff)
downloadbusybox-75aa615bef478622cd0695b95adcf182fbbc3d95.tar.gz
find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>)
Diffstat (limited to 'include')
-rw-r--r--include/usage.h1
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 @@
"\n -maxdepth N Descend at most N levels. -maxdepth 0 applies" \
"\n tests/actions to command line arguments only") \
"\n -name PATTERN File name (w/o directory name) matches PATTERN" \
+ "\n -iname PATTERN Case insensitive -name" \
USE_FEATURE_FIND_PATH( \
"\n -path PATTERN Path matches PATTERN") \
USE_FEATURE_FIND_REGEX( \