diff options
author | Denis Vlasenko | 2006-10-22 10:05:01 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-10-22 10:05:01 +0000 |
commit | 9b44db5d9d76dceb5123c7662f3be93dd496d369 (patch) | |
tree | 819d8a15d9aa8b0cf1e6c19d78cb586bac09d32b /include | |
parent | f24e1f40e032e99cf57a05730e7632b825d3016d (diff) | |
download | busybox-9b44db5d9d76dceb5123c7662f3be93dd496d369.zip busybox-9b44db5d9d76dceb5123c7662f3be93dd496d369.tar.gz |
cp: update help text
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h index 9a6febf..03e655a 100644 --- a/include/usage.h +++ b/include/usage.h @@ -341,12 +341,13 @@ "Copies SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n" \ "\n" \ "\t-a\tSame as -dpR\n" \ - "\t-d,-P\tPreserves links\n" \ + "\t-d,-P\tPreserve links\n" \ "\t-H,-L\tDereference all symlinks (implied by default)\n" \ - "\t-p\tPreserves file attributes if possible\n" \ - "\t-f\tforce (implied; ignored) - always set\n" \ + "\t-p\tPreserve file attributes if possible\n" \ + "\t-f\tforce, overwrite\n" \ "\t-i\tinteractive, prompt before overwrite\n" \ - "\t-R,-r\tCopies directories recursively" + "\t-R,-r\tCopy directories recursively\n" \ + "\t-l,-s\tCreate (sym)links" #define cpio_trivial_usage \ "-[dimtuv][F cpiofile]" |