diff options
author | Jim Meyering <jim@meyering.net> | 1995-11-06 14:01:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-11-06 14:01:46 +0000 |
commit | 72ce8c67c540f63e9d4480578cd8f4bb2393eb6a (patch) | |
tree | 7c56bf66c4ef636369d75ae301e86f895689c3fb | |
parent | 22132a47aa6c44147c70414de4d960fc3350457d (diff) | |
download | coreutils-72ce8c67c540f63e9d4480578cd8f4bb2393eb6a.tar.xz |
(usage): Remove last sentence. It is redundant.
-rw-r--r-- | src/md5sum.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/md5sum.c b/src/md5sum.c index db9828717..dcb7208c6 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); |