diff options
Diffstat (limited to 'toys/posix/sort.c')
-rw-r--r-- | toys/posix/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/sort.c b/toys/posix/sort.c index 2b0f5c08..1cb5b191 100644 --- a/toys/posix/sort.c +++ b/toys/posix/sort.c @@ -33,7 +33,7 @@ config SORT_BIG -d dictionary order (use alphanumeric and whitespace chars only) -f force uppercase (case insensitive sort) -i ignore nonprinting characters - -M month sort (jan, feb, etc). + -M month sort (jan, feb, etc) -x Hexadecimal numerical sort -s skip fallback sort (only sort with keys) -z zero (null) terminated lines |