From: Denys Vlasenko Date: Sat, 12 Feb 2011 17:24:15 +0000 (+0100) Subject: find: help text: PATH must be first X-Git-Tag: 1_19_0~304 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4604dd86c503960c86fd23284806eb5eb700d199;p=oweals%2Fbusybox.git find: help text: PATH must be first Signed-off-by: Denys Vlasenko --- 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"