summaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/coreutils.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 8eb8ac9da..76b22e44d 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -4176,11 +4176,11 @@ operation modes:
@table @samp
@item -n @var{lines}
-@itemx --head-lines=@var{lines}
+@itemx --head-count=@var{count}
@opindex -n
-@opindex --head-lines
+@opindex --head-count
@cindex head of output
-Output at most @var{lines} lines. By default, all input lines are
+Output at most @var{count} lines. By default, all input lines are
output.
@item -o @var{output-file}