summaryrefslogtreecommitdiff
path: root/src/md5sum.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-12-03 15:56:48 +0000
committerJim Meyering <jim@meyering.net>2001-12-03 15:56:48 +0000
commit99fbca4eba6eefe79c9ca18486c7e985322cae71 (patch)
tree1d73e02ca5bd4ed821089ada80c9d9fb643a28a2 /src/md5sum.c
parentf05581b361812159a5d4f848e844e9905c6c7c3f (diff)
downloadcoreutils-99fbca4eba6eefe79c9ca18486c7e985322cae71.tar.xz
(usage): Merge lone "\n" into adjacent string.
Diffstat (limited to 'src/md5sum.c')
-rw-r--r--src/md5sum.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index bed2c21f0..33eb38531 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -147,10 +147,8 @@ The following two options are useful only when verifying checksums:\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- fputs (_("\
-\n\
-"), stdout);
printf (_("\
+\n\
The sums are computed as described in %s. 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\