summaryrefslogtreecommitdiff
path: root/src/pr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-28 02:28:56 +0000
committerJim Meyering <jim@meyering.net>1996-12-28 02:28:56 +0000
commit5e58599e6e710b7fa4048eb560c072873efa4448 (patch)
tree7e935523c1e8dd63eea12720e1af4ae6a87e5983 /src/pr.c
parentc22036ab864a85a054fc81cf03c04e22653c587b (diff)
downloadcoreutils-5e58599e6e710b7fa4048eb560c072873efa4448.tar.xz
(usage): Break long string literal into two separate
printf statements to accomodate default maximum of 2048 characters for Irix-4.0.5. Reported by Kaveh Ghazi.
Diffstat (limited to 'src/pr.c')
-rw-r--r--src/pr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pr.c b/src/pr.c
index 3ac39ae16..915c0ec22 100644
--- a/src/pr.c
+++ b/src/pr.c
@@ -2427,7 +2427,8 @@ Paginate or columnate FILE(s) for printing.\n\
-j merge full lines, turns off -w line truncation, no column\n\
alignment, -s[STRING] sets separators\n\
-l PAGE_LENGTH set the page length to PAGE_LENGTH (66) lines\n\
- (default number of lines of text 56, with -f 63)\n\
+ (default number of lines of text 56, with -f 63)\n"));
+ printf (_("\
-m 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, use DIGITS (5) digits, then SEP (TAB)\n\