diff options
author | Jim Meyering <jim@meyering.net> | 1999-10-31 07:43:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-10-31 07:43:07 +0000 |
commit | e16e6e2362d6fbba21b9401fb682fa01415d259c (patch) | |
tree | a22198fd05b8810ec0d51dc283cb10226183f004 /old/fileutils/ChangeLog | |
parent | 7179f4a0afb50972ae514641ae0f05c5f4381236 (diff) | |
download | coreutils-e16e6e2362d6fbba21b9401fb682fa01415d259c.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index df4a6f949..370cb33a6 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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> |