]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: describe dd's status=noxref option
authorAndrew Church <achurch@achurch.org>
Sun, 22 Feb 2009 09:25:01 +0000 (10:25 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 22 Feb 2009 09:26:22 +0000 (10:26 +0100)
* doc/coreutils.texi (dd invocation): Describe status=noxref.

THANKS
doc/coreutils.texi

diff --git a/THANKS b/THANKS
index c78e85d1337c6b4c8e50e06c71a6ea027224a361..a6f1a6ab3b5d743e5600d05ad4bd91c2a25c1118 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -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
index 8d496ad375ecff2ec4de68b77aabf47c9e310f54..2c1fae5c2b302347e210d115b5835004614a7293 100644 (file)
@@ -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).