projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56cdb2f
)
find: help text: PATH must be first
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 12 Feb 2011 17:24:15 +0000
(18:24 +0100)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/findutils/find.c
b/findutils/find.c
index 69fa873cca05cab380850e604cd8468a30c07ae9..0ec88fd619c5fbaa11497268fe9f602a3fe3e9e4 100644
(file)
--- 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"