From: Pádraig Brady
Date: Tue, 1 Dec 2015 15:01:00 +0000 (+0000) Subject: doc: improve the description of sort --random-sort X-Git-Tag: v8.25~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad9dde0b2562212f2e986be298c2df9e167e2e6a;p=thirdparty%2Fcoreutils.git doc: improve the description of sort --random-sort * src/sort.c (usage): Avoid mentioning the implementation, rather focusing on the result of the operation. --- diff --git a/src/sort.c b/src/sort.c index 38d817544d..b1948f20bc 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);