diff options
Diffstat (limited to 'coreutils/sort.c')
| -rw-r--r-- | coreutils/sort.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c index 2e952f81c..949948203 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c | |||
| @@ -43,7 +43,12 @@ | |||
| 43 | 43 | ||
| 44 | //usage:#define sort_trivial_usage | 44 | //usage:#define sort_trivial_usage |
| 45 | //usage: "[-nru" | 45 | //usage: "[-nru" |
| 46 | //usage: IF_NOT_PLATFORM_MINGW32( | ||
| 46 | //usage: IF_FEATURE_SORT_BIG("ghMcszbdfiokt] [-o FILE] [-k START[.OFS][OPTS][,END[.OFS][OPTS]] [-t CHAR") | 47 | //usage: IF_FEATURE_SORT_BIG("ghMcszbdfiokt] [-o FILE] [-k START[.OFS][OPTS][,END[.OFS][OPTS]] [-t CHAR") |
| 48 | //usage: ) | ||
| 49 | //usage: IF_PLATFORM_MINGW32( | ||
| 50 | //usage: IF_FEATURE_SORT_BIG("ghMVcszbdfiokt] [-o FILE] [-k START[.OFS][OPTS][,END[.OFS][OPTS]] [-t CHAR") | ||
| 51 | //usage: ) | ||
| 47 | //usage: "] [FILE]..." | 52 | //usage: "] [FILE]..." |
| 48 | //usage:#define sort_full_usage "\n\n" | 53 | //usage:#define sort_full_usage "\n\n" |
| 49 | //usage: "Sort lines of text\n" | 54 | //usage: "Sort lines of text\n" |
