Skip to content

Commit

Permalink
Correct a typo in zfs-receive.8
Browse files Browse the repository at this point in the history
Should be  `-o keyformat=passphrase` instead of `-o -keyformat=passphrase`

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Chuang Zhu <[email protected]>
Closes openzfs#13072
  • Loading branch information
chuangzhu authored and nicman23 committed Aug 22, 2022
1 parent 9a69581 commit 85ce0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/man8/zfs-receive.8
Original file line number Diff line number Diff line change
Expand Up @@ -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 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=passphrase Fl o Sy keylocation Ns = Ns Pa file:///path/to/keyfile
.Pp
Note that
.Fl o Sy keylocation Ns = Ns Sy prompt
Expand Down

0 comments on commit 85ce0c1

Please sign in to comment.