From: Jim Meyering Date: Tue, 17 Feb 2004 10:52:49 +0000 (+0000) Subject: (usage) [-u]: Add punctuation so that the description in X-Git-Tag: v5.2.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=317f26ba57a5fb41d1676048d6c4104afa1db712;p=thirdparty%2Fcoreutils.git (usage) [-u]: Add punctuation so that the description in the help2man-generated (line-joined) man page is more readable. Reported by Tim Waugh. [-T]: Add a semicolon, for the same reason. --- diff --git a/src/sort.c b/src/sort.c index 1ad3e06c9e..b67582a038 100644 --- a/src/sort.c +++ b/src/sort.c @@ -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\