From ef005d9f0bf6265c7cf345d1a4e2615b943110ff Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Wed, 24 Aug 2022 09:17:24 -0400 Subject: [PATCH] swtpm_setup: Add missing description for --vmid to help screen Signed-off-by: Stefan Berger --- src/swtpm_setup/swtpm_setup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/swtpm_setup/swtpm_setup.c b/src/swtpm_setup/swtpm_setup.c index 81f096e..1b528c8 100644 --- a/src/swtpm_setup/swtpm_setup.c +++ b/src/swtpm_setup/swtpm_setup.c @@ -887,6 +887,8 @@ static void usage(const char *prgname, const char *default_config_file) "\n" "--not-overwrite : Do not overwrite existing TPM state but silently end\n" "\n" + "--vmid : Unique (VM) identifier to use as common name in certificate\n" + "\n" "--pcr-banks \n" " : Set of PCR banks to activate. Provide a comma separated list\n" " like 'sha1,sha256'. '-' to skip and leave all banks active.\n"