Add the long options of tpm2_key_protect_init along with the short
options.

Signed-off-by: Gary Lin <g...@suse.com>
---
 docs/grub.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/grub.texi b/docs/grub.texi
index cf64c54c8..2b3d536d3 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -8055,7 +8055,7 @@ either @var{expression1} or @var{expression2} is true
 @node tpm2_key_protector_init
 @subsection tpm2_key_protector_init
 
-@deffn Command tpm2_key_protector_init [@option{-m} mode] | [@option{-p} 
pcrlist] | [@option{-b} pcrbank] | [ [@option{-T} tpm2key_file] | [@option{-k} 
keyfile] ] | [@option{-s} handle] | [@option{-a} srk_type] | [@option{-n} 
nv_index]
+@deffn Command tpm2_key_protector_init [@option{--mode} | @option{-m} mode] | 
[@option{--pcrs} | @option{-p} pcrlist] | [@option{--bank} | @option{-b} 
pcrbank] | [ [@option{--tpm2key} | @option{-T} tpm2key_file] | 
[@option{--keyfile} | @option{-k} keyfile] ] | [@option{--srk} | @option{-s} 
handle] | [@option{--asymmetric} | @option{-a} srk_type] | [@option{--nvindex} 
| @option{-n} nv_index]
 Initialize the TPM2 key protector to unseal the key for the 
@command{cryptomount}
 (@pxref{cryptomount}) command. There are two supported modes,
 SRK(@kbd{srk}) and NV index(@kbd{nv}), to be specified by the option
-- 
2.43.0


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to