From: Jim Meyering Date: Wed, 12 May 1999 14:58:30 +0000 (+0000) Subject: (usage): Split the --help message into two pieces so that X-Git-Tag: TEXTUTILS-1_22l~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ece1dc4e517f9febe45e010b216e512b78f06ebd;p=thirdparty%2Fcoreutils.git (usage): Split the --help message into two pieces so that neither is longer than 2048. For Irix4's cc. Reported by Kaveh Ghazi. --- diff --git a/src/sort.c b/src/sort.c index 6aa64d5717..8b06982153 100644 --- a/src/sort.c +++ b/src/sort.c @@ -318,6 +318,8 @@ Write sorted concatenation of all FILE(s) to standard output.\n\ --help display this help and exit\n\ --version output version information and exit\n\ \n\ +"), DEFAULT_TMPDIR); + printf (_("\ POS is F[.C][OPTS], where F is the field number and C the character position\n\ in the field, both counted from one with -k, from zero with the obsolescent\n\ form. OPTS is made up of one or more of Mbdfinr, this effectively disables\n\