From 72ce8c67c540f63e9d4480578cd8f4bb2393eb6a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 6 Nov 1995 14:01:46 +0000 Subject: [PATCH] (usage): Remove last sentence. It is redundant. --- src/md5sum.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/md5sum.c b/src/md5sum.c index db9828717a..dcb7208c6b 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -116,8 +116,7 @@ The following two options are useful only when verifying checksums:\n\ The sums are computed as described in RFC 1321. When checking, the input\n\ should be a former output of this program. The default mode is to print\n\ a line with checksum, a character indicating type (`*' for binary, ` ' for\n\ -text), and name for each FILE. The --status and --warn options are\n\ -meaningful only when verifying checksums.\n"), +text), and name for each FILE.\n"), program_name, program_name, program_name); exit (status); -- 2.47.3