From: Jim Meyering Date: Mon, 30 Sep 1996 03:05:41 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_13e~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8880083a6193535970bf0ef28168f1580613d97;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e5ba97a232..f3f414ae87 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,13 @@ +Sun Sep 29 22:00:44 1996 Jim Meyering + + * src/cp-aux.c (usage): Take only one argument -- like all the other + usage functions. + + * src/cp.c (do_copy): Give better error message when copying multiple + files and the last one is not a directory. From Karl Berry. + Call error (0, 0, ... then usage (1) -- instead of calling usage + with two arguments. + Sat Sep 28 13:16:29 1996 Jim Meyering * lib/getversion.c (backup_types): Declare const.