diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-12 18:24:15 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-12 18:24:15 +0100 |
commit | 4604dd86c503960c86fd23284806eb5eb700d199 (patch) | |
tree | 8011bd7e5683222626c75bc54537180ea2207b16 /findutils | |
parent | 56cdb2fc3725ede59edc53e53127912c186d409b (diff) | |
download | busybox-4604dd86c503960c86fd23284806eb5eb700d199.tar.gz |
find: help text: PATH must be first
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'findutils')
-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) } //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" |