X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fpkcs7.c;h=9f96edc5655951aeeca559ee764085bee79b191e;hp=06640bf0f2a58e29c8b739eee900cd319e5c5238;hb=3dcc1ffc52892466bad09052d99e1b56b708f74f;hpb=9b5cc156f3e42488bc975bbe3055bf004f6dae4a diff --git a/apps/pkcs7.c b/apps/pkcs7.c index 06640bf0f2..9f96edc565 100644 --- a/apps/pkcs7.c +++ b/apps/pkcs7.c @@ -161,7 +161,7 @@ bad: BIO_printf(bio_err,"where options are\n"); BIO_printf(bio_err," -inform arg input format - one of DER TXT PEM\n"); BIO_printf(bio_err," -outform arg output format - one of DER TXT PEM\n"); - BIO_printf(bio_err," -in arg inout file\n"); + BIO_printf(bio_err," -in arg input file\n"); BIO_printf(bio_err," -out arg output file\n"); BIO_printf(bio_err," -print_certs print any certs or crl in the input\n"); BIO_printf(bio_err," -des encrypt PEM output with cbc des\n");