From: Jim Meyering Date: Tue, 4 May 1999 18:46:06 +0000 (+0000) Subject: (usage): Break the usage message into 3 pieces instead of X-Git-Tag: TEXTUTILS-1_22k~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb5153fefa6109c286e8f97ca425d22a17b602b0;p=thirdparty%2Fcoreutils.git (usage): Break the usage message into 3 pieces instead of only 2. The strings had grown to be longer than 2048, which evokes errors when compiling with Irix4's cc. --- diff --git a/src/pr.c b/src/pr.c index 8208f27b11..c7f173849b 100644 --- a/src/pr.c +++ b/src/pr.c @@ -2805,6 +2805,8 @@ produce empty pages.\n\ use form feeds instead of newlines to separate pages\n\ (by a 3-line page header with -F or a 5-line header\n\ and trailer without -F)\n\ +")); + printf (_("\ -h HEADER, --header=HEADER\n\ use a centered HEADER instead of filename in page header,\n\ with long headers left-hand-side truncation may occur,\n\ @@ -2815,8 +2817,7 @@ produce empty pages.\n\ alignment, -S[STRING] sets separators\n\ -l PAGE_LENGTH, --length=PAGE_LENGTH\n\ set the page length to PAGE_LENGTH (66) lines\n\ - (default number of lines of text 56, and with -F 63)\n")); - printf (_("\ + (default number of lines of text 56, and with -F 63)\n\ -m, --merge print all files in parallel, one in each column,\n\ truncate lines, but join lines of full length with -J\n\ -n[SEP[DIGITS]], --number-lines[=SEP[DIGITS]]\n\ @@ -2830,6 +2831,8 @@ produce empty pages.\n\ affect -w or -W, MARGIN will be added to PAGE_WIDTH\n\ -r, --no-file-warnings\n\ omit warning when a file cannot be opened\n\ +")); + printf (_("\ -s[CHAR],--separator[=CHAR]\n\ separate columns by a single character, default for CHAR\n\ is the character without -w and \'no char\' with -w\n\