Make cp -r equivalent to cp -R. Add a new cp option --copy-contents
commit47c5a14bad1744c537359f31a4be7e1261d2270b
authorJim Meyering <jim@meyering.net>
Sun, 3 Mar 2002 22:30:06 +0000 (3 22:30 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 3 Mar 2002 22:30:06 +0000 (3 22:30 +0000)
treeb6bee3ad075b332c207227b5fde078c7221e5915
parentf6ac75fd2c285cca9bad166e0b2d7df8759f900b
Make cp -r equivalent to cp -R.  Add a new cp option --copy-contents
for people who want to emulate the traditional (and rarely desirable)
cp -r behavior.

(cp invocation): Document this.
Fix some related minor bugs: --no-dereference is no longer
equivalent to -d, and --archive (-a) can override the other
symlink options.  Warn that cp -R is not portable on symbolic
links unless you also specify -P.
doc/coreutils.texi