Fix spelling errors found by Lintian

This commit is contained in:
Luca Boccassi 2024-04-26 16:58:00 +01:00 committed by Luca Boccassi
parent 1ac79a1937
commit ec361ea9ce
2 changed files with 4 additions and 4 deletions

View file

@ -80,7 +80,7 @@ static int help(int argc, char *argv[], void *userdata) {
" --tpm2-device=PATH Use specified TPM2 device\n"
" --private-key=KEY Private key (PEM) to sign with\n"
" --private-key-source=file|provider:PROVIDER|engine:ENGINE\n"
" Specify how to use the --private-key=. Allows to use\n"
" Specify how to use the --private-key=. Allows one to use\n"
" an OpenSSL engine/provider when signing\n"
" --public-key=KEY Public key (PEM) to validate against\n"
" --certificate=PATH PEM certificate to use when signing with a URI\n"

View file

@ -6888,9 +6888,9 @@ static int help(void) {
" signatures, or an engine or provider specific\n"
" designation if --private-key-source= is used.\n"
" --private-key-source=file|provider:PROVIDER|engine:ENGINE\n"
" Specify how to use the --private-key=. Allows to use\n"
" an OpenSSL engine/provider when generating verity\n"
" roothash signatures\n"
" Specify how to use the --private-key=. Allows one to\n"
" use an OpenSSL engine/provider when generating\n"
" verity roothash signatures\n"
" --certificate=PATH PEM certificate to use when generating verity\n"
" roothash signatures\n"
" --tpm2-device=PATH Path to TPM2 device node to use\n"