diff options
author | loli10K <[email protected]> | 2019-02-04 18:13:00 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-02-04 09:13:00 -0800 |
commit | 1a745ef62ebdab0e1022908fc9c3280746acf462 (patch) | |
tree | cf3cedf4ccf71e697200b25872b6f5925cb87df1 | |
parent | bf6ca0a6313ad09f4b98f774069693c1b36ecc60 (diff) |
zstreamdump: -d option is not documented in manpage
This change simply documents the missing -d (dump contents) option in
zstreamdump(8).
Reviewed-by: bunder2015 <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Igor Kozhukhov <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: loli10K <[email protected]>
Closes #8369
-rw-r--r-- | man/man8/zstreamdump.8 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/man/man8/zstreamdump.8 b/man/man8/zstreamdump.8 index dc88dfb13..d14edd492 100644 --- a/man/man8/zstreamdump.8 +++ b/man/man8/zstreamdump.8 @@ -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 |