summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-12 14:58:30 +0000
committerJim Meyering <jim@meyering.net>1999-05-12 14:58:30 +0000
commitece1dc4e517f9febe45e010b216e512b78f06ebd (patch)
treebaafed4ad04e98e694d7dea8593542e63d912807 /src/sort.c
parentc1a461273daaa79a7eb4b22fb0546b053393a1af (diff)
downloadcoreutils-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.
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c2
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\