From 99fbca4eba6eefe79c9ca18486c7e985322cae71 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 3 Dec 2001 15:56:48 +0000 Subject: [PATCH] (usage): Merge lone "\n" into adjacent string. --- src/join.c | 2 -- src/md5sum.c | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/join.c b/src/join.c index 94b76afdb0..d70b5b3434 100644 --- a/src/join.c +++ b/src/join.c @@ -172,8 +172,6 @@ by whitespace. When FILE1 or FILE2 (not both) is -, read standard input.\n\ fputs (VERSION_OPTION_DESCRIPTION, stdout); fputs (_("\ \n\ -"), stdout); - fputs (_("\ Unless -t CHAR is given, leading blanks separate fields and are ignored,\n\ else fields are separated by CHAR. Any FIELD is a field number counted\n\ from 1. FORMAT is one or more comma or blank separated specifications,\n\ diff --git a/src/md5sum.c b/src/md5sum.c index bed2c21f0b..33eb385312 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\ -- 2.47.3