From ad9dde0b2562212f2e986be298c2df9e167e2e6a Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Tue, 1 Dec 2015 15:01:00 +0000 Subject: doc: improve the description of sort --random-sort * src/sort.c (usage): Avoid mentioning the implementation, rather focusing on the result of the operation. --- src/sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sort.c') diff --git a/src/sort.c b/src/sort.c index 38d817544..b1948f20b 100644 --- a/src/sort.c +++ b/src/sort.c @@ -451,7 +451,7 @@ Ordering options:\n\ "), stdout); fputs (_("\ -n, --numeric-sort compare according to string numerical value\n\ - -R, --random-sort sort by random hash of keys. See also shuf(1)\n\ + -R, --random-sort shuffle, but group identical keys. See shuf(1)\n\ --random-source=FILE get random bytes from FILE\n\ -r, --reverse reverse the result of comparisons\n\ "), stdout); -- cgit v1.2.3-54-g00ecf