diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-12 14:58:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-12 14:58:30 +0000 |
commit | ece1dc4e517f9febe45e010b216e512b78f06ebd (patch) | |
tree | baafed4ad04e98e694d7dea8593542e63d912807 | |
parent | c1a461273daaa79a7eb4b22fb0546b053393a1af (diff) | |
download | coreutils-ece1dc4e517f9febe45e010b216e512b78f06ebd.tar.xz |
(usage): Split the --help message into two pieces so that
neither is longer than 2048. For Irix4's cc. Reported by Kaveh Ghazi.
-rw-r--r-- | src/sort.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sort.c b/src/sort.c index 6aa64d571..8b0698215 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\ |