diff options
-rw-r--r-- | findutils/find.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/findutils/find.c b/findutils/find.c index e8747f93b..a3dd632a7 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -1116,14 +1116,14 @@ static action*** parse_params(char **argv) | |||
1116 | //usage: IF_FEATURE_FIND_CONTEXT( | 1116 | //usage: IF_FEATURE_FIND_CONTEXT( |
1117 | //usage: "\n -context CTX File has specified security context" | 1117 | //usage: "\n -context CTX File has specified security context" |
1118 | //usage: ) | 1118 | //usage: ) |
1119 | //usage: IF_FEATURE_FIND_PRUNE( | ||
1120 | //usage: "\n -prune If current file is directory, don't descend into it" | ||
1121 | //usage: ) | ||
1119 | //usage: "\n If none of the following actions is specified, -print is assumed" | 1122 | //usage: "\n If none of the following actions is specified, -print is assumed" |
1120 | //usage: "\n -print Print file name" | 1123 | //usage: "\n -print Print file name" |
1121 | //usage: IF_FEATURE_FIND_PRINT0( | 1124 | //usage: IF_FEATURE_FIND_PRINT0( |
1122 | //usage: "\n -print0 Print file name, NUL terminated" | 1125 | //usage: "\n -print0 Print file name, NUL terminated" |
1123 | //usage: ) | 1126 | //usage: ) |
1124 | //usage: IF_FEATURE_FIND_PRUNE( | ||
1125 | //usage: "\n -prune If current file is directory, don't descend into it" | ||
1126 | //usage: ) | ||
1127 | //usage: IF_FEATURE_FIND_EXEC( | 1127 | //usage: IF_FEATURE_FIND_EXEC( |
1128 | //usage: "\n -exec CMD ARG ; Run CMD with all instances of {} replaced by" | 1128 | //usage: "\n -exec CMD ARG ; Run CMD with all instances of {} replaced by" |
1129 | //usage: "\n file name. Fails if CMD exits with nonzero" | 1129 | //usage: "\n file name. Fails if CMD exits with nonzero" |