]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
s/MD5 and SHA1 signatures/MD5 and SHA1 checksums/
authorJim Meyering <jim@meyering.net>
Sun, 6 Feb 2005 18:19:17 +0000 (18:19 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 6 Feb 2005 18:19:17 +0000 (18:19 +0000)
announce-gen

index 45ab1b29bd87b68177695adca6131ec096a2f77a..051159231d94a8558cab4dee31d66f7bd3f5ef13 100755 (executable)
@@ -6,7 +6,7 @@ use Getopt::Long;
 use Digest::MD5;
 use Digest::SHA1;
 
-(my $VERSION = '$Revision: 1.22 $ ') =~ tr/[0-9].//cd;
+(my $VERSION = '$Revision: 1.23 $ ') =~ tr/[0-9].//cd;
 (my $ME = $0) =~ s|.*/||;
 
 my %valid_release_types = map {$_ => 1} qw (alpha beta major);
@@ -134,7 +134,7 @@ sub print_signatures (@)
 {
   my (@file) = @_;
 
-  print "Here are the MD5 and SHA1 signatures:\n";
+  print "Here are the MD5 and SHA1 checksums:\n";
   print "\n";
 
   foreach my $meth (qw (md5 sha1))