summaryrefslogtreecommitdiff
path: root/src/pr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-04 18:46:06 +0000
committerJim Meyering <jim@meyering.net>1999-05-04 18:46:06 +0000
commitcb5153fefa6109c286e8f97ca425d22a17b602b0 (patch)
treef344587da83add8ab70433a2576ff8286576019e /src/pr.c
parentb08eca15fde733af2c63de6f860e35638fdfa2f0 (diff)
downloadcoreutils-cb5153fefa6109c286e8f97ca425d22a17b602b0.tar.xz
(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.
Diffstat (limited to 'src/pr.c')
-rw-r--r--src/pr.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/pr.c b/src/pr.c
index 8208f27b1..c7f173849 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 <TAB> character without -w and \'no char\' with -w\n\