From 75aa615bef478622cd0695b95adcf182fbbc3d95 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 9 Dec 2007 10:07:39 +0000 Subject: find: add -iname support (Alexander Griesser ) --- include/usage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/usage.h') 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( \ -- cgit v1.2.3