]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Merge lone "\n" into adjacent string.
authorJim Meyering <jim@meyering.net>
Mon, 3 Dec 2001 15:56:48 +0000 (15:56 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 3 Dec 2001 15:56:48 +0000 (15:56 +0000)
src/join.c
src/md5sum.c

index 94b76afdb0c0dd8fee957ec22dad467deb2493fa..d70b5b3434b395f6eadd045deb26f9df9d7c93d4 100644 (file)
@@ -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\
index bed2c21f0bfb246c06ef1d717a0620107f4539cb..33eb385312287db768726a645775bdccf50da57d 100644 (file)
@@ -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\