diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-20 09:55:37 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-20 09:55:37 +0000 |
commit | 6eb72ed12af6b84c8b124eab3df6ff433af70357 (patch) | |
tree | 0010b3b0bb004837f66444a64f6e53eeb3f39f63 | |
parent | c5096ef48dbb5a7bb03c253364784371187de970 (diff) | |
download | busybox-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.h | 3 |
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]" |