aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/sort.c')
-rw-r--r--coreutils/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c
index 6c4e3038c..32a06e40a 100644
--- a/coreutils/sort.c
+++ b/coreutils/sort.c
@@ -67,7 +67,7 @@
67//usage: "\n -r Reverse sort order" 67//usage: "\n -r Reverse sort order"
68//usage: "\n -s Stable (don't sort ties alphabetically)" 68//usage: "\n -s Stable (don't sort ties alphabetically)"
69//usage: "\n -u Suppress duplicate lines" 69//usage: "\n -u Suppress duplicate lines"
70//usage: "\n -z Lines are terminated by NUL, not newline" 70//usage: "\n -z NUL terminated input and output"
71///////: "\n -m Ignored for GNU compatibility" 71///////: "\n -m Ignored for GNU compatibility"
72///////: "\n -S BUFSZ Ignored for GNU compatibility" 72///////: "\n -S BUFSZ Ignored for GNU compatibility"
73///////: "\n -T TMPDIR Ignored for GNU compatibility" 73///////: "\n -T TMPDIR Ignored for GNU compatibility"