diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-20 09:55:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-20 09:55:37 +0000 |
commit | ced9705c42d720ce49b99e3c7738969e5fdf63bf (patch) | |
tree | 0010b3b0bb004837f66444a64f6e53eeb3f39f63 | |
parent | 916ba53f1a31e22e40eb0f686dac50207f4b0b41 (diff) | |
download | busybox-w32-ced9705c42d720ce49b99e3c7738969e5fdf63bf.tar.gz busybox-w32-ced9705c42d720ce49b99e3c7738969e5fdf63bf.tar.bz2 busybox-w32-ced9705c42d720ce49b99e3c7738969e5fdf63bf.zip |
Document missing cp options
-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]" |