Skip to content

Commit

Permalink
man: Add missing cmdarg-profile to swtpm_setup man page
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
stefanberger committed Sep 10, 2024
1 parent a0e9d4b commit cc8591b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions man/man8/swtpm_setup.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit cc8591b

Please sign in to comment.