From 317f26ba57a5fb41d1676048d6c4104afa1db712 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 17 Feb 2004 10:52:49 +0000 Subject: (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. --- src/sort.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/sort.c b/src/sort.c index 1ad3e06c9..b67582a03 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\ -- cgit v1.2.3-70-g09d2