]> git.proxmox.com Git - swtpm.git/commitdiff
swtpm_setup: Add missing newline to help screen
authorStefan Berger <stefanb@linux.ibm.com>
Wed, 10 Aug 2022 17:59:41 +0000 (13:59 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Thu, 11 Aug 2022 00:38:59 +0000 (20:38 -0400)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
src/swtpm_setup/swtpm_setup.c

index 3cfb135ff5f3030be547ef29318f95919ad7408d..81f096e16b14d9da63f4900c33ddb74635cc2c6c 100644 (file)
@@ -801,7 +801,7 @@ static void usage(const char *prgname, const char *default_config_file)
         "--runas <user>   : Run this program under the given user's account.\n"
         "\n"
         "--tpm-state <dir>: Path where the TPM's state will be written to;\n"
-        "                   this is a mandatory argument. Prefix with dir:// to"
+        "                   this is a mandatory argument. Prefix with dir:// to\n"
         "                   use directory backend, or file:// to use linear file.\n"
         "\n"
         "--tpmstate <dir> : This is an alias for --tpm-state <dir>.\n"