]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage) [-u]: Add punctuation so that the description in
authorJim Meyering <jim@meyering.net>
Tue, 17 Feb 2004 10:52:49 +0000 (10:52 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 17 Feb 2004 10:52:49 +0000 (10:52 +0000)
the help2man-generated (line-joined) man page is more readable.
Reported by Tim Waugh.
[-T]: Add a semicolon, for the same reason.

src/sort.c

index 1ad3e06c9ecc59e182c6a22f90f729ee4bbee0db..b67582a038170c2e4d3060dfec818607343a87dd 100644 (file)
@@ -311,10 +311,10 @@ Other options:\n\
 "), stdout);
       printf (_("\
   -t, --field-separator=SEP use SEP instead of non-blank to blank transition\n\
-  -T, --temporary-directory=DIR  use DIR for temporaries, not $TMPDIR or %s\n\
+  -T, --temporary-directory=DIR  use DIR for temporaries, not $TMPDIR or %s;\n\
                               multiple options specify multiple directories\n\
-  -u, --unique              with -c: check for strict ordering\n\
-                              otherwise: output only the first of an equal run\n\
+  -u, --unique              with -c, check for strict ordering;\n\
+                              without -c, output only the first of an equal run\n\
 "), DEFAULT_TMPDIR);
       fputs (_("\
   -z, --zero-terminated     end lines with 0 byte, not newline\n\