diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2008-07-27 17:31:18 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-07-27 22:18:06 +0200 |
commit | cbdcc9fb4ebb49e17244eaa164045b8e04442efd (patch) | |
tree | f4cbdf5f77d78d21af4a1ec4ad8926947e1f91fb /doc | |
parent | bee58d8a0400b0303c6dce3873fdf3482de0c110 (diff) | |
download | coreutils-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.texi | 6 |
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} |