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 <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2024-09-09 17:00:13 -04:00 committed by Stefan Berger
parent a0e9d4b3fe
commit cc8591ba93

View File

@ -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<cmdarg-profile> (since v0.10)
The I<--profile> option is supported.
=back
=item B<--write-ek-cert-files <directory>> (since v0.7)