diff options
author | loli10K <[email protected]> | 2019-07-06 01:38:17 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-07-05 16:38:17 -0700 |
commit | 3b5fe2c351b1ba74ac75199310ad79a7597aa747 (patch) | |
tree | 304efcf5331c6c788e2b1f2e27fc9aa9fc6eeeea /man | |
parent | 341166c8435f54936cdea366d096b1f5556292c1 (diff) |
Fix zfs "redact" misc issues
* zfs redact error messages do not end with newline character
* 30af21b0 inadvertently removed some ZFS_PROP comments
* man/zfs: zfs redact <redaction_snapshot> is not optional
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: loli10K <[email protected]>
Closes #8988
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 1659d7a73..3fc142f5e 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -236,7 +236,7 @@ .Nm .Cm redact .Ar snapshot redaction_bookmark -.Op Ar redaction_snapshot Ns ... +.Ar redaction_snapshot Ns ... .Nm .Cm allow .Ar filesystem Ns | Ns Ar volume @@ -4274,7 +4274,7 @@ deleting its saved partially received state. .Nm .Cm redact .Ar snapshot redaction_bookmark -.Op Ar redaction_snapshot Ns ... +.Ar redaction_snapshot Ns ... .Xc Generate a new redaction bookmark. In addition to the typical bookmark information, a redaction bookmark contains |