Allow the -certfile argument to be used multiple times in crl2pkcs7.
[openssl.git] / apps / rsa.c
index 267b12b15e1b26d1efe1f87a9f4294d6b9ea0af3..056936da73490ad8334bc425ddf4e2ab4d467e6e 100644 (file)
@@ -154,7 +154,7 @@ bad:
                BIO_printf(bio_err,"where options are\n");
                BIO_printf(bio_err," -inform arg   input format - one of DER NET PEM\n");
                BIO_printf(bio_err," -outform arg  output format - one of DER NET 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," -des          encrypt PEM output with cbc des\n");
                BIO_printf(bio_err," -des3         encrypt PEM output with ede cbc des using 168 bit key\n");