From 0432050a75f615a6e68d6bc60bba2fb939fbb586 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 29 Jan 2014 23:47:53 -0600 Subject: More elaborate help text collating logic. --- toys/posix/sort.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toys/posix/sort.c') 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 -- cgit v1.2.3