]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
sort: improve -u brief doc
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Feb 2025 21:17:48 +0000 (13:17 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Feb 2025 21:18:31 +0000 (13:18 -0800)
* src/sort.c (usage): Reword -u help (Bug#76290).

src/sort.c

index 4473987ef6761f97e64fe2b07059f794a653fb24..b10183b6f669bd68d7ad3ceee1409e7f3ea994c2 100644 (file)
@@ -498,9 +498,8 @@ Other options:\n\
   -T, --temporary-directory=DIR  use DIR for temporaries, not $TMPDIR or %s;\n\
                               multiple options specify multiple directories\n\
       --parallel=N          change the number of sorts run concurrently to N\n\
-  -u, --unique              with -c, check for strict ordering;\n\
-                              without -c, output only the first of an equal run\
-\n\
+  -u, --unique              output only the first of lines with equal keys;\n\
+                              with -c, check for strict ordering\n\
 "), DEFAULT_TMPDIR);
       fputs (_("\
   -z, --zero-terminated     line delimiter is NUL, not newline\n\