diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index d196afcbf..2fb8112b0 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -968,6 +968,10 @@ | |||
968 | "\n -size N File size is N" \ | 968 | "\n -size N File size is N" \ |
969 | ) USE_FEATURE_FIND_PRUNE( \ | 969 | ) USE_FEATURE_FIND_PRUNE( \ |
970 | "\n -prune Stop traversing current subtree" \ | 970 | "\n -prune Stop traversing current subtree" \ |
971 | ) USE_FEATURE_FIND_DELETE( \ | ||
972 | "\n -delete Delete files; Turns on -depth option" \ | ||
973 | ) USE_FEATURE_FIND_PATH( \ | ||
974 | "\n -path Path matches PATTERN" \ | ||
971 | ) USE_FEATURE_FIND_PAREN( \ | 975 | ) USE_FEATURE_FIND_PAREN( \ |
972 | "\n (EXPR) Group an expression" \ | 976 | "\n (EXPR) Group an expression" \ |
973 | ) | 977 | ) |