diff options
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c0083ee6f..ef182094d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -30,6 +30,10 @@ 2000-09-19 Jim Meyering <meyering@lucent.com> + * doc/fileutils.texi (cp invocation): Describe how --force works. + Update description of -P (soon to change meaning to conform w/POSIX). + Describe --remove-destination. + * src/cp.c (main): When used with --force, each of the --link and --symbolic-link options now implies --remove-destination. Reported by Miles Bader via Mike Stone. |