1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-11 19:41:13 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-10-31 07:43:07 +00:00
parent 7179f4a0af
commit e16e6e2362
+5 -1
View File
@@ -1,10 +1,14 @@
1999-10-30 Jim Meyering <meyering@ascend.com>
1999-10-31 Jim Meyering <meyering@ascend.com>
* doc/fileutils.texi: Document new --backup[=METHOD] option for
cp, mv, ln, and install.
* src/ln.c: Convert --backup to take an optional argument.
Deprecate --version-control (-V) in comments.
(usage): Remove mention of --version-control.
(main): Make -V warn then fall through into --backup case.
[--backup case]: Handle optional arg.
* src/install.c: Likewise.
1999-10-24 Jim Meyering <meyering@ascend.com>