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 bc6655e3813dbd04669188183034f9429a57d825..f7ac0decb757c0b1b641f163f56fc0c1d15848cf 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]"