diff options
author | Jim Meyering <jim@meyering.net> | 1996-06-19 02:52:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-06-19 02:52:02 +0000 |
commit | 087f809fe70b2955f29c2bf8d8309ed2bc255f88 (patch) | |
tree | 20fd99c18c6830c514adc3af5649a4f900710a96 /old/fileutils | |
parent | dd6c617d2430ef80ecb5ccdc5dff2babd8d020c6 (diff) | |
download | coreutils-087f809fe70b2955f29c2bf8d8309ed2bc255f88.tar.xz |
.
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 0f6db8737..4cc52d332 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,6 +1,6 @@ Changes in release 3.13: -* cp --force --backup FILE FILE creates a backup of FILE. Before, it failed - saying that ``FILE' and `FILE' are the same file'. +* you can create a backup of FILE with cp --force --backup FILE FILE. Before, + that command failed saying that ``FILE' and `FILE' are the same file'. * uses automake-generated Makefile templates * chown and chgrp accept new option --no-dereference (-h) * ln -f FILE FILE fails with a diagnostic rather than silently removing FILE |