summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-08-09 04:21:48 +0000
committerJim Meyering <jim@meyering.net>1995-08-09 04:21:48 +0000
commit7bbe6cbe827132ecb5c311189116958c0401dcdd (patch)
treefe3e6a8a99e33465dc0671b7daac4b4acedfa7ad /old
parentb014a71007b57765658f3241531afc4528d2ff12 (diff)
downloadcoreutils-7bbe6cbe827132ecb5c311189116958c0401dcdd.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 6cb84b846..7a1bd70ae 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,8 @@
Tue Aug 8 21:49:27 1995 Jim Meyering (meyering@comco.com)
+ * md5sum.c (main): Fail if either --verbose or --quiet is specified
+ when not verifying checksums.
+
* md5sum.c (md5_check): Fail if no valid line is found.
Don't use the word `fail' unless there were failures --
say `all N tests passed.'
@@ -7,6 +10,7 @@ Tue Aug 8 21:49:27 1995 Jim Meyering (meyering@comco.com)
* md5sum.c (main) [handling --string option]: Don't output
nonstandard `b' binary flag. From Greg Troxel (gdt@bbn.com).
* md5-test.rfc: Remove now-inconsistant `b' marker.
+ (usage): Clarify help message. With suggestions from Greg Troxel.
Mon Aug 7 23:27:54 1995 Jim Meyering (meyering@comco.com)