diff options
Diffstat (limited to 'coreutils/sort.c')
-rw-r--r-- | coreutils/sort.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c index f709ea1b3..1df07285c 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c @@ -18,7 +18,6 @@ //usage: "] [FILE]..." //usage:#define sort_full_usage "\n\n" //usage: "Sort lines of text\n" -//usage: "\nOptions:" //usage: IF_FEATURE_SORT_BIG( //usage: "\n -b Ignore leading blanks" //usage: "\n -c Check whether input is sorted" |