cp: update help text
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 22 Oct 2006 10:05:01 +0000 (10:05 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 22 Oct 2006 10:05:01 +0000 (10:05 -0000)
include/usage.h

index 9a6febf46f25beff14396e48adabe3706d9de31f..03e655a1e690b5ce4334801af11aa8e57db5d7a2 100644 (file)
        "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]"