* src/sort.c (usage): Avoid mentioning the implementation,
rather focusing on the result of the operation.
"), 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);