diff options
author | Rob Landley <rob@landley.net> | 2014-01-29 23:47:53 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-01-29 23:47:53 -0600 |
commit | 0432050a75f615a6e68d6bc60bba2fb939fbb586 (patch) | |
tree | 04a316b4c6eaed943894015cbaa53622d4637e17 /toys/posix/sort.c | |
parent | c8cce3f302ce47db42e65ab2078f7ca9027af968 (diff) | |
download | toybox-0432050a75f615a6e68d6bc60bba2fb939fbb586.tar.gz |
More elaborate help text collating logic.
Diffstat (limited to 'toys/posix/sort.c')
-rw-r--r-- | toys/posix/sort.c | 3 |
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 |