fake out support for POSIX -H and -L options since busybox cp dereferences everything by default

This commit is contained in:
Mike Frysinger
2005-04-14 02:52:50 +00:00
parent 75ac42b1ae
commit 2ed05ab146
3 changed files with 19 additions and 9 deletions

View File

@ -205,6 +205,7 @@
"\n" \
"\t-a\tSame as -dpR\n" \
"\t-d,-P\tPreserves 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-i\tinteractive, prompt before overwrite\n" \