From d4e8dcf07ea1d3ad56ce42e00a91224500f4d3e4 Mon Sep 17 00:00:00 2001 From: Zhu Chuang Date: Sat, 12 Feb 2022 03:47:35 +0800 Subject: [PATCH] Correct a typo in zfs-receive.8 Should be `-o keyformat=passphrase` instead of `-o -keyformat=passphrase` Reviewed-by: Brian Behlendorf Signed-off-by: Chuang Zhu Closes #13072 --- man/man8/zfs-receive.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/zfs-receive.8 b/man/man8/zfs-receive.8 index d2cec42a8e..1f4f91bca2 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 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