diff options
author | Elliott Hughes <enh@google.com> | 2017-05-25 17:56:11 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-05-26 02:01:57 -0500 |
commit | eb7e847adcecf11cd8fd99077ba3a582abe60146 (patch) | |
tree | dbd4676b2b1b2d072cead3beefa52de3a081e820 /toys/posix/sort.c | |
parent | 8ab2d8a3fc7be48f327037c477bd58d038ea13b5 (diff) | |
download | toybox-eb7e847adcecf11cd8fd99077ba3a582abe60146.tar.gz |
Be more consistent about periods in help text.
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 |