diff options
-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 9a6febf46..03e655a1e 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -341,12 +341,13 @@ | |||
341 | "Copies SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n" \ | 341 | "Copies SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n" \ |
342 | "\n" \ | 342 | "\n" \ |
343 | "\t-a\tSame as -dpR\n" \ | 343 | "\t-a\tSame as -dpR\n" \ |
344 | "\t-d,-P\tPreserves links\n" \ | 344 | "\t-d,-P\tPreserve links\n" \ |
345 | "\t-H,-L\tDereference all symlinks (implied by default)\n" \ | 345 | "\t-H,-L\tDereference all symlinks (implied by default)\n" \ |
346 | "\t-p\tPreserves file attributes if possible\n" \ | 346 | "\t-p\tPreserve file attributes if possible\n" \ |
347 | "\t-f\tforce (implied; ignored) - always set\n" \ | 347 | "\t-f\tforce, overwrite\n" \ |
348 | "\t-i\tinteractive, prompt before overwrite\n" \ | 348 | "\t-i\tinteractive, prompt before overwrite\n" \ |
349 | "\t-R,-r\tCopies directories recursively" | 349 | "\t-R,-r\tCopy directories recursively\n" \ |
350 | "\t-l,-s\tCreate (sym)links" | ||
350 | 351 | ||
351 | #define cpio_trivial_usage \ | 352 | #define cpio_trivial_usage \ |
352 | "-[dimtuv][F cpiofile]" | 353 | "-[dimtuv][F cpiofile]" |