find: help text: PATH must be first

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2011-02-12 18:24:15 +01:00
parent 56cdb2fc37
commit 4604dd86c5

View 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"