Put the pkcs11cert option in the usage syntax

This commit is contained in:
olszomal 2021-08-18 12:06:12 +02:00 committed by Michał Trojnara
parent 6e2fb03b7b
commit fb75eee385

View File

@ -1127,7 +1127,8 @@ static void usage(const char *argv0, const char *cmd)
} }
if (on_list(cmd, cmds_sign)) { if (on_list(cmd, cmds_sign)) {
printf("%1s[ sign ] ( -certs | -spc <certfile> -key <keyfile> | -pkcs12 <pkcs12file> |\n", ""); printf("%1s[ sign ] ( -certs | -spc <certfile> -key <keyfile> | -pkcs12 <pkcs12file> |\n", "");
printf("%12s [ -pkcs11engine <engine> ] -pkcs11module <module> -certs <certfile> -key <pkcs11 key id>)\n", ""); printf("%12s [ -pkcs11engine <engine> ] -pkcs11module <module> -pkcs11cert <pkcs11 cert id> |\n", "");
printf("%12s -certs <certfile> -key <pkcs11 key id>)\n", "");
printf("%12s[ -pass <password>", ""); printf("%12s[ -pass <password>", "");
#ifdef PROVIDE_ASKPASS #ifdef PROVIDE_ASKPASS
printf("%1s [ -askpass ]", ""); printf("%1s [ -askpass ]", "");