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:
d4b7198
)
- mention that we ignore -v, -b, -c
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Thu, 4 Sep 2008 09:33:23 +0000
(09:33 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Thu, 4 Sep 2008 09:33:23 +0000
(09:33 -0000)
include/usage.h
patch
|
blob
|
history
diff --git
a/include/usage.h
b/include/usage.h
index 47a648f213ee61ef837c28c35475326a5d487c27..e7532e0700d0f97fa70aa70a80fc399f6bcc6a31 100644
(file)
--- a/
include/usage.h
+++ b/
include/usage.h
@@
-1872,6
+1872,7
@@
"\n -x Do not export externs" \
)
+/* -v, -b, -c are ignored */
#define install_trivial_usage \
"[-cdDsp] [-o USER] [-g GRP] [-m MODE] [source] dest|directory"
#define install_full_usage "\n\n" \
@@
-1879,7
+1880,7
@@
"\nOptions:" \
"\n -c Just copy (default)" \
"\n -d Create directories" \
- "\n -D Create leading directories" \
+ "\n -D Create leading
target
directories" \
"\n -s Strip symbol table" \
"\n -p Preserve date" \
"\n -o USER Set ownership" \