diff options
author | Andrew Church <achurch@achurch.org> | 2009-02-22 10:25:01 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-02-22 10:26:22 +0100 |
commit | de13679b327ee8f07f7cb9f37c043969abc29b1d (patch) | |
tree | 7a6e49a0e19f51363506586cf1f9262a10a721ec | |
parent | f7da3f1c1076163dae1e9ed0165d1bed17c031c2 (diff) | |
download | coreutils-de13679b327ee8f07f7cb9f37c043969abc29b1d.tar.xz |
doc: describe dd's status=noxref option
* doc/coreutils.texi (dd invocation): Describe status=noxref.
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | doc/coreutils.texi | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -40,6 +40,7 @@ Andreas Stolcke stolcke@ICSI.Berkeley.EDU Andrei Gaponenko andr@triumf.ca Andres Soolo andres@soolo.matti.ee Andrew Burgess aab@cichlid.com +Andrew Church achurch@achurch.org Andrew Dalke dalke@bioreason.com Andrew Fabbro andrew@fabbro.org Andrew Pham andpha@us.ibm.com diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 8d496ad37..2c1fae5c2 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7649,6 +7649,11 @@ Skip @var{blocks} @samp{obs}-byte blocks in the output file before copying. Copy @var{blocks} @samp{ibs}-byte blocks from the input file, instead of everything until the end of the file. +@item status=noxfer +@opindex status +Do not print the overall transfer rate and volume statistics +that normally make up the third status line when @command{dd} exits. + @item conv=@var{conversion}[,@var{conversion}]@dots{} @opindex conv Convert the file as specified by the @var{conversion} argument(s). |