summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorAndrew Church <achurch@achurch.org>2009-02-22 10:25:01 +0100
committerJim Meyering <meyering@redhat.com>2009-02-22 10:26:22 +0100
commitde13679b327ee8f07f7cb9f37c043969abc29b1d (patch)
tree7a6e49a0e19f51363506586cf1f9262a10a721ec /doc/coreutils.texi
parentf7da3f1c1076163dae1e9ed0165d1bed17c031c2 (diff)
downloadcoreutils-de13679b327ee8f07f7cb9f37c043969abc29b1d.tar.xz
doc: describe dd's status=noxref option
* doc/coreutils.texi (dd invocation): Describe status=noxref.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi5
1 files changed, 5 insertions, 0 deletions
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).