summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2008-07-27 17:31:18 +0200
committerJim Meyering <meyering@redhat.com>2008-07-27 22:18:06 +0200
commitcbdcc9fb4ebb49e17244eaa164045b8e04442efd (patch)
treef4cbdf5f77d78d21af4a1ec4ad8926947e1f91fb /NEWS
parentbee58d8a0400b0303c6dce3873fdf3482de0c110 (diff)
downloadcoreutils-cbdcc9fb4ebb49e17244eaa164045b8e04442efd.tar.xz
shuf: correctly document --head-count
* src/shuf.c (usage): Correct --help output. * doc/coreutils.texi: Correct option listing. * NEWS: Mention correction.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3be1ad467..196dc48f5 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,9 @@ GNU coreutils NEWS -*- outline -*-
od no longer suffers from platform bugs in printf(3). This is
probably most noticeable when using 'od -tfL' to print long doubles.
+ shuf --head-count is now correctly documented. The documentation
+ previously claimed it was called --head-lines.
+
** Improvements
Improved support for access control lists (ACLs): On MacOS X, Solaris 7..10,