diff options
-rw-r--r-- | findutils/find.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/find.c b/findutils/find.c index 69fa873cc..0ec88fd61 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -1044,7 +1044,7 @@ static action*** parse_params(char **argv) | |||
1044 | } | 1044 | } |
1045 | 1045 | ||
1046 | //usage:#define find_trivial_usage | 1046 | //usage:#define find_trivial_usage |
1047 | //usage: "[OPTIONS] [PATH]... [ACTIONS]" | 1047 | //usage: "[PATH]... [OPTIONS] [ACTIONS]" |
1048 | //usage:#define find_full_usage "\n\n" | 1048 | //usage:#define find_full_usage "\n\n" |
1049 | //usage: "Search for files and perform actions on them.\n" | 1049 | //usage: "Search for files and perform actions on them.\n" |
1050 | //usage: "First failed action stops processing of current file.\n" | 1050 | //usage: "First failed action stops processing of current file.\n" |