diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index c8984e99b..0ac0284ce 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2743,7 +2743,7 @@ | |||
2743 | USAGE_SORT_BIG("\t-s\tstable (don't sort ties alphabetically)\n") \ | 2743 | USAGE_SORT_BIG("\t-s\tstable (don't sort ties alphabetically)\n") \ |
2744 | "\t-u\tsuppress duplicate lines" \ | 2744 | "\t-u\tsuppress duplicate lines" \ |
2745 | USAGE_SORT_BIG("\n\t-z\tinput terminated by nulls, not newlines\n") \ | 2745 | USAGE_SORT_BIG("\n\t-z\tinput terminated by nulls, not newlines\n") \ |
2746 | USAGE_SORT_BIG("\t-mST\tignored for GNU compatability") \ | 2746 | USAGE_SORT_BIG("\t-mST\tignored for GNU compatibility") \ |
2747 | "" | 2747 | "" |
2748 | #define sort_example_usage \ | 2748 | #define sort_example_usage \ |
2749 | "$ echo -e \"e\\nf\\nb\\nd\\nc\\na\" | sort\n" \ | 2749 | "$ echo -e \"e\\nf\\nb\\nd\\nc\\na\" | sort\n" \ |