diff options
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 | ||