aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-04 09:33:23 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-04 09:33:23 +0000
commit161931efa510e641d72465378bfc6ce8373d2cd7 (patch)
tree1fcd4f4ca46428c89a0b44b40cb6c97ea60df602 /include
parentd4b719878f5a08986d0a3dc493aad90d4466752e (diff)
downloadbusybox-161931efa510e641d72465378bfc6ce8373d2cd7.tar.gz
- mention that we ignore -v, -b, -c
Diffstat (limited to 'include')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 47a648f21..e7532e070 100644
--- 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" \