aboutsummaryrefslogtreecommitdiff
path: root/findutils/find.c
diff options
context:
space:
mode:
Diffstat (limited to 'findutils/find.c')
-rw-r--r--findutils/find.c2
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)
}
//usage:#define find_trivial_usage
-//usage: "[OPTIONS] [PATH]... [ACTIONS]"
+//usage: "[PATH]... [OPTIONS] [ACTIONS]"
//usage:#define find_full_usage "\n\n"
//usage: "Search for files and perform actions on them.\n"
//usage: "First failed action stops processing of current file.\n"