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:
916ba53
)
Document missing cp options
author
Eric Andersen
<andersen@codepoet.org>
Fri, 20 Feb 2004 09:55:37 +0000
(09:55 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 20 Feb 2004 09:55:37 +0000
(09:55 -0000)
include/usage.h
patch
|
blob
|
history
diff --git
a/include/usage.h
b/include/usage.h
index bc6655e3813dbd04669188183034f9429a57d825..f7ac0decb757c0b1b641f163f56fc0c1d15848cf 100644
(file)
--- a/
include/usage.h
+++ b/
include/usage.h
@@
-198,7
+198,8
@@
"\t-d\tPreserves links\n" \
"\t-p\tPreserves file attributes if possible\n" \
"\t-f\tforce (implied; ignored) - always set\n" \
- "\t-R\tCopies directories recursively"
+ "\t-i\tinteractive, prompt before overwrite\n" \
+ "\t-R,-r\tCopies directories recursively"
#define cpio_trivial_usage \
"-[dimtuv][F cpiofile]"