diff options
author | наб <[email protected]> | 2022-02-14 13:22:52 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-02-14 13:07:50 -0800 |
commit | 0c8aab9586246e69b08d65500eb71270e2432762 (patch) | |
tree | b8e52b251d33896cf5c47f03298861de5f5d825e | |
parent | 4631bf7bfba00e801afc26e5f8f5ede93060c808 (diff) |
zfs-receive.8: properly unlight = in option setting
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Amanakis <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13101
-rw-r--r-- | man/man8/zfs-receive.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/zfs-receive.8 b/man/man8/zfs-receive.8 index 36bc53d7b..fc1e943bd 100644 --- a/man/man8/zfs-receive.8 +++ b/man/man8/zfs-receive.8 @@ -319,7 +319,7 @@ received as an encryption root, specify encryption properties in the same manner as is required for .Nm zfs Cm create . For instance: -.Dl # Nm zfs Cm send Pa tank/test@snap1 | Nm zfs Cm recv Fl o Sy encryption Ns = Ns Sy on Fl o Sy keyformat=passphrase Fl o Sy keylocation Ns = Ns Pa file:///path/to/keyfile +.Dl # Nm zfs Cm send Pa tank/test@snap1 | Nm zfs Cm recv Fl o Sy encryption Ns = Ns Sy on Fl o Sy keyformat Ns = Ns Sy passphrase Fl o Sy keylocation Ns = Ns Pa file:///path/to/keyfile .Pp Note that .Fl o Sy keylocation Ns = Ns Sy prompt |