summaryrefslogtreecommitdiff
path: root/coreutils/sort.c
diff options
context:
space:
mode:
authorDenys Vlasenko2021-06-17 00:36:13 +0200
committerDenys Vlasenko2021-06-17 00:36:13 +0200
commit894466cc5182a022051868ede316f378071020cd (patch)
tree980a7d015b79cb19312e5aadfbef3a31be5f103f /coreutils/sort.c
parent038d4007092f6d0d2dc107f31397c57e62751717 (diff)
downloadbusybox-894466cc5182a022051868ede316f378071020cd.zip
busybox-894466cc5182a022051868ede316f378071020cd.tar.gz
uniq: support -z
function old new delta uniq_main 391 427 +36 packed_usage 33570 33549 -21 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 36/-21) Total: 15 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 6c4e303..32a06e4 100644
--- a/coreutils/sort.c
+++ b/coreutils/sort.c
@@ -67,7 +67,7 @@
//usage: "\n -r Reverse sort order"
//usage: "\n -s Stable (don't sort ties alphabetically)"
//usage: "\n -u Suppress duplicate lines"
-//usage: "\n -z Lines are terminated by NUL, not newline"
+//usage: "\n -z NUL terminated input and output"
///////: "\n -m Ignored for GNU compatibility"
///////: "\n -S BUFSZ Ignored for GNU compatibility"
///////: "\n -T TMPDIR Ignored for GNU compatibility"