aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-02-20 09:55:37 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-02-20 09:55:37 +0000
commit6eb72ed12af6b84c8b124eab3df6ff433af70357 (patch)
tree0010b3b0bb004837f66444a64f6e53eeb3f39f63
parentc5096ef48dbb5a7bb03c253364784371187de970 (diff)
downloadbusybox-w32-6eb72ed12af6b84c8b124eab3df6ff433af70357.tar.gz
busybox-w32-6eb72ed12af6b84c8b124eab3df6ff433af70357.tar.bz2
busybox-w32-6eb72ed12af6b84c8b124eab3df6ff433af70357.zip
Document missing cp options
git-svn-id: svn://busybox.net/trunk/busybox@8529 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index bc6655e38..f7ac0decb 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -198,7 +198,8 @@
198 "\t-d\tPreserves links\n" \ 198 "\t-d\tPreserves links\n" \
199 "\t-p\tPreserves file attributes if possible\n" \ 199 "\t-p\tPreserves file attributes if possible\n" \
200 "\t-f\tforce (implied; ignored) - always set\n" \ 200 "\t-f\tforce (implied; ignored) - always set\n" \
201 "\t-R\tCopies directories recursively" 201 "\t-i\tinteractive, prompt before overwrite\n" \
202 "\t-R,-r\tCopies directories recursively"
202 203
203#define cpio_trivial_usage \ 204#define cpio_trivial_usage \
204 "-[dimtuv][F cpiofile]" 205 "-[dimtuv][F cpiofile]"