find: help text: PATH must be first
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 12 Feb 2011 17:24:15 +0000 (18:24 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 12 Feb 2011 17:24:15 +0000 (18:24 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
findutils/find.c

index 69fa873..0ec88fd 100644 (file)
@@ -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"