summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-13 05:43:26 +0000
committerJim Meyering <jim@meyering.net>1996-12-13 05:43:26 +0000
commit90d97b97033bde82d6a2506bb15a5bf448ed34df (patch)
tree6a450bb65e3735f147dfa5f6b1b04301423de9d2 /src
parent40910223934f160167c13248e97c5bc4eab96458 (diff)
downloadcoreutils-90d97b97033bde82d6a2506bb15a5bf448ed34df.tar.xz
(usage): Clarify description of -u option.
From Karl Berry.
Diffstat (limited to 'src')
-rw-r--r--src/sort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sort.c b/src/sort.c
index d9b718c1f..369c8cf75 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -236,8 +236,8 @@ Write sorted concatenation of all FILE(s) to standard output.\n\
-s stabilize sort by disabling last resort comparison\n\
-t SEP use SEParator instead of non- to whitespace transition\n\
-T DIRECT use DIRECT for temporary files, not $TMPDIR or %s\n\
- -u with -c, check for strict ordering\n\
- -u with -m, only output the first of an equal sequence\n\
+ -u with -c, check for strict ordering;\n\
+ with -m, only output the first of an equal sequence\n\
-z end lines with 0 byte, not newline, for find -print0\n\
--help display this help and exit\n\
--version output version information and exit\n\