summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-01-08 15:57:06 +0000
committerPádraig Brady <P@draigBrady.com>2016-01-13 10:59:56 +0000
commit8297568ec60103d95a56cf142d534f215086fe2b (patch)
tree0bf21e532d6be6d2e7989a2872b5c24a3a0bd5b0 /NEWS
parent0e46753d7c9519d7378cd3a4e0951a36ac32ffe7 (diff)
downloadcoreutils-8297568ec60103d95a56cf142d534f215086fe2b.tar.xz
paste: add the -z,--zero-terminated option
* doc/coreutils.texi (paste invocation): Reference -z description. * src/paste.c (main): Parameterize the use of '\n'. * tests/misc/paste.pl: Add test cases. * NEWS: Mention the new feature.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 27789f761..9f48415de 100644
--- a/NEWS
+++ b/NEWS
@@ -33,7 +33,7 @@ GNU coreutils NEWS -*- outline -*-
** New features
- comm, cut, head, tail now have the -z,--zero-terminated option, and
+ comm, cut, head, paste, tail now have the -z,--zero-terminated option, and
tac --separator accepts an empty argument, to work with NUL delimited items.
dd now summarizes sizes in --human-readable format too, not just --si.