]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
md5sum --check now accepts multiple input files, and similarly for sha1sum.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Jul 2005 07:34:02 +0000 (07:34 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Jul 2005 07:34:02 +0000 (07:34 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7e11635f4bc4c9cbea0b3cb76c601d22b8956876..f760af92e0642ce6e593a6d512c998dcf64fdc52 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -186,6 +186,8 @@ GNU coreutils NEWS                                    -*- outline -*-
   ls no longer outputs an extra space between the mode and the link count
   when none of the listed files has an ACL.
 
+  md5sum --check now accepts multiple input files, and similarly for sha1sum.
+
   If stdin is a terminal, nohup now redirects it from /dev/null to
   prevent the command from tying up an OpenSSH session after you logout.