]> git.proxmox.com Git - mirror_zfs.git/commitdiff
zstreamdump: -d option is not documented in manpage
authorloli10K <loli10K@users.noreply.github.com>
Mon, 4 Feb 2019 17:13:00 +0000 (18:13 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 4 Feb 2019 17:13:00 +0000 (09:13 -0800)
This change simply documents the missing -d (dump contents) option in
zstreamdump(8).

Reviewed-by: bunder2015 <omfgbunder@gmail.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Igor Kozhukhov <igor@dilos.org>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes #8369

man/man8/zstreamdump.8

index dc88dfb1384d6ed6d3d9dfb4dcb2dfe0552788ae..d14edd4929b098fb551a6666294ab1c1612c3fb3 100644 (file)
@@ -9,7 +9,7 @@ zstreamdump \- filter data in zfs send stream
 .SH SYNOPSIS
 .LP
 .nf
-\fBzstreamdump\fR [\fB-C\fR] [\fB-v\fR]
+\fBzstreamdump\fR [\fB-C\fR] [\fB-v\fR] [\fB-d\fR]
 .fi
 
 .SH DESCRIPTION
@@ -17,7 +17,7 @@ zstreamdump \- filter data in zfs send stream
 .LP
 The \fBzstreamdump\fR utility reads from the output of the \fBzfs send\fR
 command, then displays headers and some statistics from that output.  See
-\fBzfs\fR(1M).
+\fBzfs\fR(8).
 .SH OPTIONS
 .sp
 .LP
@@ -42,6 +42,16 @@ Suppress the validation of checksums.
 Verbose. Dump all headers, not only begin and end headers.
 .RE
 
+.sp
+.ne 2
+.na
+\fB\fB-d\fR\fR
+.ad
+.sp .6
+.RS 4n
+Dump contents of blocks modified. Implies verbose.
+.RE
+
 .SH SEE ALSO
 .sp
 .LP