]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Split the --help message into two pieces so that
authorJim Meyering <jim@meyering.net>
Wed, 12 May 1999 14:58:30 +0000 (14:58 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 12 May 1999 14:58:30 +0000 (14:58 +0000)
neither is longer than 2048.  For Irix4's cc.  Reported by Kaveh Ghazi.

src/sort.c

index 6aa64d5717919c37a28154fbfa946116d43f96cb..8b069821536d25b7944c6058563addf83abdaaf8 100644 (file)
@@ -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\