aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/sort.c')
-rw-r--r--toys/posix/sort.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/toys/posix/sort.c b/toys/posix/sort.c
index 41b020b9..c9f887d9 100644
--- a/toys/posix/sort.c
+++ b/toys/posix/sort.c
@@ -52,10 +52,9 @@ config SORT_FLOAT
help
usage: sort [-g]
- This version of sort requires floating point.
-
-g general numeric sort (double precision with nan and inf)
+ This version of sort requires floating point.
*/
#define FOR_sort