From: Jim Meyering Date: Sat, 28 Dec 1996 02:28:56 +0000 (+0000) Subject: (usage): Break long string literal into two separate X-Git-Tag: SH-UTILS-1_14b~27 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5e58599e6e710b7fa4048eb560c072873efa4448;p=thirdparty%2Fcoreutils.git (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. --- diff --git a/src/pr.c b/src/pr.c index 3ac39ae166..915c0ec226 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\