aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2019-01-07 13:46:34 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2019-01-07 13:46:34 -0800
commit05fa125a0ead264d346bc0dc73971d95342d50da (patch)
tree84639d0f8292e6c3a549aee9ea0646547c590519
parent141a106b57af820edd8a851296b2c72040b656f3 (diff)
downloadefitools-05fa125a0ead264d346bc0dc73971d95342d50da.tar.gz
sign-efi-sig-list: add man page entry for engine option
This was forgotten when the engine code was added, so include it now. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--sign-efi-sig-list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sign-efi-sig-list.c b/sign-efi-sig-list.c
index 2657acd..94bd7d4 100644
--- a/sign-efi-sig-list.c
+++ b/sign-efi-sig-list.c
@@ -56,6 +56,7 @@ help(const char *progname)
"\t-g <guid> Use <guid> as the signature owner GUID\n"
"\t-c <crt> <crt> is the file containing the signing certificate in PEM format\n"
"\t-k <key> <key> is the file containing the key for <crt> in PEM format\n"
+ "\t-e <engine> Use openssl engine <engine> for the private key\n"
);
}