From: Jim Meyering Date: Mon, 6 Nov 1995 14:01:46 +0000 (+0000) Subject: (usage): Remove last sentence. It is redundant. X-Git-Tag: TEXTUTILS-1_13F~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72ce8c67c540f63e9d4480578cd8f4bb2393eb6a;p=thirdparty%2Fcoreutils.git (usage): Remove last sentence. It is redundant. --- 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);