mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
pacsort help clearly states that files contain inputs to be sorted
Fixes FS#44121 Signed-off-by: Ashley Whetter <ashley@awhetter.co.uk> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
5b9bc6024c
commit
6c96ad36e0
@ -427,7 +427,10 @@ static void usage(void)
|
||||
" -k, --key <index> sort input starting on specified column\n"
|
||||
" -r, --reverse sort in reverse order (default: oldest to newest)\n"
|
||||
" -t, --separator <sep> 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)
|
||||
|
Loading…
Reference in New Issue
Block a user