aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Linderud <morten@linderud.pw>2024-02-12 19:16:17 +0100
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2024-04-17 16:39:49 -0400
commit32620ef273481b16e6d197cf980f8c58abdf50ea (patch)
tree4d2ba57aa3ffe37a482b24adeb7540bf724b3d0d
parent65987b66d5ce96f4264f84ee31601c37e0ae2873 (diff)
downloadopenssl_tpm2_engine-32620ef273481b16e6d197cf980f8c58abdf50ea.tar.gz
create_tpm2_key: fix missing tabs in --help
The blocks are not aligned properly making the output less readable. Signed-off-by: Morten Linderud <morten@linderud.pw> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--src/tools/create_tpm2_key.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/tools/create_tpm2_key.c b/src/tools/create_tpm2_key.c
index 5baa2ef..ec377dc 100644
--- a/src/tools/create_tpm2_key.c
+++ b/src/tools/create_tpm2_key.c
@@ -85,8 +85,8 @@ usage(char *argv0)
"\t respectively\n"
"\t-v, --version print package version\n"
"\t-w, --wrap <file> wrap an existing openssl PEM key. <file> can\n"
- " be in either PKCS12 or OpenSSL standard PEM\n"
- " private key form (PKCS1 or PKCS8)\n"
+ "\t be in either PKCS12 or OpenSSL standard PEM\n"
+ "\t private key form (PKCS1 or PKCS8)\n"
"\t-k, --password <pwd> use this password instead of prompting\n"
"\t-r, --rsa create an RSA key (the default)\n"
"\t-e, --ecc <curve> Create an ECC key using the specified curve.\n"
@@ -94,16 +94,16 @@ usage(char *argv0)
"\t-l, --list-curves List all the Elliptic Curves the TPM supports\n"
"\t-c, --key-policy Specify a policy for the TPM key\n"
"\t-i, --import <pubkey> Create an importable key with the outer\n"
- " wrapper encrypted to <pubkey>\n"
+ "\t wrapper encrypted to <pubkey>\n"
"\t--restricted Create a restricted key. A restricted key\n"
- " may not be used for general signing or\n"
- " decryption but may be the parent of other\n"
- " keys (i.e. it is a storage key)\n"
+ "\t may not be used for general signing or\n"
+ "\t decryption but may be the parent of other\n"
+ "\t keys (i.e. it is a storage key)\n"
"\t-x, --pcr-lock <pcrs> Lock the created key to the specified PCRs\n"
- " By current value. See PCR VALUES for\n"
- " details about formatting\n"
+ "\t By current value. See PCR VALUES for\n"
+ "\t details about formatting\n"
"\t--locality <loc> Can only be used in a set of localities\n"
- " described by the <loc> bitmap\n"
+ "\t described by the <loc> bitmap\n"
"\t--signed-policy <key> Add a signed policy directive that allows\n"
"\t policies signed by the specified public <key>\n"
"\t to authorize use of the key\n"