From cc8591ba93b090c04ea81aa22be385c8ea958dae Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Mon, 9 Sep 2024 17:00:13 -0400 Subject: [PATCH] man: Add missing cmdarg-profile to swtpm_setup man page Add missing cmdarg-profile to the man page of swtpm_setup and adjust the order to follow the order of the application output. Signed-off-by: Stefan Berger --- man/man8/swtpm_setup.pod | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/man/man8/swtpm_setup.pod b/man/man8/swtpm_setup.pod index dec6096..7674c96 100644 --- a/man/man8/swtpm_setup.pod +++ b/man/man8/swtpm_setup.pod @@ -226,16 +226,17 @@ The output may contain the following: { "type": "swtpm_setup", "features": [ + "tpm-1.2", + "tpm-2.0", "cmdarg-keyfile-fd", "cmdarg-pwdfile-fd", + "tpm12-not-need-root", "cmdarg-write-ek-cert-files", "cmdarg-create-config-files", - "cmdarg-reconfigure-pcr-banks", + "cmdarg-reconfigure-pcr-banks", "tpm2-rsa-keysize-2048", "tpm2-rsa-keysize-3072", - "tpm12-not-need-root", - "tpm-1.2", - "tpm-2.0" + "cmdarg-profile" ], "version": "0.7.0" } @@ -286,6 +287,10 @@ TPM 1.2 setup is supported (libtpms is compiled with TPM 1.2 support). TPM 2 setup is supported (libtpms is compiled with TPM 2 support). +=item B (since v0.10) + +The I<--profile> option is supported. + =back =item B<--write-ek-cert-files > (since v0.7)