aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-02-12 18:24:15 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-02-12 18:24:15 +0100
commit4604dd86c503960c86fd23284806eb5eb700d199 (patch)
tree8011bd7e5683222626c75bc54537180ea2207b16
parent56cdb2fc3725ede59edc53e53127912c186d409b (diff)
downloadbusybox-w32-4604dd86c503960c86fd23284806eb5eb700d199.tar.gz
busybox-w32-4604dd86c503960c86fd23284806eb5eb700d199.tar.bz2
busybox-w32-4604dd86c503960c86fd23284806eb5eb700d199.zip
find: help text: PATH must be first
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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)
1044} 1044}
1045 1045
1046//usage:#define find_trivial_usage 1046//usage:#define find_trivial_usage
1047//usage: "[OPTIONS] [PATH]... [ACTIONS]" 1047//usage: "[PATH]... [OPTIONS] [ACTIONS]"
1048//usage:#define find_full_usage "\n\n" 1048//usage:#define find_full_usage "\n\n"
1049//usage: "Search for files and perform actions on them.\n" 1049//usage: "Search for files and perform actions on them.\n"
1050//usage: "First failed action stops processing of current file.\n" 1050//usage: "First failed action stops processing of current file.\n"