summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-01-08 15:14:01 +0000
committerPádraig Brady <P@draigBrady.com>2016-01-13 10:59:56 +0000
commitf3b4def577c4eee22f83b72d1310aa1d9155908d (patch)
tree8347150d38fc5230f76c5a2a074454c9e2ffb2b3 /NEWS
parent826c98b02486dd9dbbab3d2381d5f778af42dd7a (diff)
downloadcoreutils-f3b4def577c4eee22f83b72d1310aa1d9155908d.tar.xz
comm: add the -z,--zero-terminated option
* doc/coreutils.texi (comm invocation): Reference option description. * src/comm.c (main): Use readlinebuffer_delim() to support a parameterized delimiter. * tests/misc/comm.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 408872b7e..27789f761 100644
--- a/NEWS
+++ b/NEWS
@@ -33,7 +33,7 @@ GNU coreutils NEWS -*- outline -*-
** New features
- cut, head, tail now have the -z,--zero-terminated option, and
+ comm, cut, head, 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.