X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=coreutils%2Fsort.c;h=1df07285c7f41c5b0e4b3f4e7af6e67e56854736;hb=66426760beef7e87c4735f433d123daf911b5b4a;hp=f709ea1b3076e98de9e4540687b94b1cc6bc29b4;hpb=9f7780250ce4bbee9c0a8f1044875e303479e196;p=oweals%2Fbusybox.git 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"