From 6c96ad36e082755e8a008b34aedde55a9a9f3dcd Mon Sep 17 00:00:00 2001 From: Ashley Whetter Date: Sun, 1 May 2016 22:24:20 +0100 Subject: pacsort help clearly states that files contain inputs to be sorted Fixes FS#44121 Signed-off-by: Ashley Whetter Signed-off-by: Allan McRae --- src/util/pacsort.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/util/pacsort.c b/src/util/pacsort.c index c69ae2f0..662b250d 100644 --- a/src/util/pacsort.c +++ b/src/util/pacsort.c @@ -427,7 +427,10 @@ static void usage(void) " -k, --key sort input starting on specified column\n" " -r, --reverse sort in reverse order (default: oldest to newest)\n" " -t, --separator specify field separator (default: space)\n" - " -z, --null lines end with null bytes, not newlines\n\n"); + " -z, --null lines end with null bytes, not newlines\n\n" + "pacsort writes the sorted concatenation of all files, to standard output.\n" + "Files should contain a list of inputs to sort.\n\n" + "Standard input is read when no files are given.\n\n"); } static int parse_options(int argc, char **argv) -- cgit v1.2.3-24-g4f1b