(usage): Merge lone "\n" into adjacent string.

This commit is contained in:
Jim Meyering
2001-12-03 15:56:48 +00:00
parent f05581b361
commit 99fbca4eba
2 changed files with 1 additions and 5 deletions
-2
View 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\
+1 -3
View 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\