zstreamdump: -d option is not documented in manpage

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
This commit is contained in:
loli10K 2019-02-04 18:13:00 +01:00 committed by Brian Behlendorf
parent bf6ca0a631
commit 1a745ef62e
1 changed files with 12 additions and 2 deletions

View 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