diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-24 18:42:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-24 18:42:23 +0000 |
commit | 230bf31c8768129946ffe0711a05ce915c6ad905 (patch) | |
tree | 41f99128de10822b0afffdb26fccdc52b5cbd69f | |
parent | 5f7aed5f780041c8be77a4721ee00bf45783c7af (diff) | |
download | coreutils-230bf31c8768129946ffe0711a05ce915c6ad905.tar.xz |
.
-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. |