Correct a typo in zfs-receive.8

Should be  `-o keyformat=passphrase` instead of `-o -keyformat=passphrase`

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Chuang Zhu <chuang@melty.land>
Closes #13072
This commit is contained in:
Zhu Chuang 2022-02-12 03:47:35 +08:00 committed by Tony Hutter
parent f03cf651ec
commit d4e8dcf07e
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ received as an encryption root, specify encryption properties in the same
manner as is required for manner as is required for
.Nm zfs Cm create . .Nm zfs Cm create .
For instance: 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 .Pp
Note that Note that
.Fl o Sy keylocation Ns = Ns Sy prompt .Fl o Sy keylocation Ns = Ns Sy prompt