swtpm_setup: Add missing newline to help screen

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
diff --git a/src/swtpm_setup/swtpm_setup.c b/src/swtpm_setup/swtpm_setup.c
index 3cfb135..81f096e 100644
--- a/src/swtpm_setup/swtpm_setup.c
+++ b/src/swtpm_setup/swtpm_setup.c
@@ -801,7 +801,7 @@
         "--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"