Document missing cp options
authorEric Andersen <andersen@codepoet.org>
Fri, 20 Feb 2004 09:55:37 +0000 (09:55 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 20 Feb 2004 09:55:37 +0000 (09:55 -0000)
include/usage.h

index bc6655e..f7ac0de 100644 (file)
        "\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]"