X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fdsa.c;h=6198ea94eaed34f223bcfa3ab9acdaee3a725121;hp=c9b9d71c71124c8af0fd6c0863d67a3431cf2e7e;hb=f07fb9b24be9ae2d21647257d830da565561df3b;hpb=1e8f28c49181f912f1562115ef604cd387227dfa diff --git a/apps/dsa.c b/apps/dsa.c index c9b9d71c71..6198ea94ea 100644 --- a/apps/dsa.c +++ b/apps/dsa.c @@ -195,8 +195,8 @@ bad: BIO_printf(bio_err," -passin arg input file pass phrase\n"); BIO_printf(bio_err," -envpassin arg environment variable containing input file pass phrase\n"); BIO_printf(bio_err," -out arg output file\n"); - BIO_printf(bio_err," -passout arg input file pass phrase\n"); - BIO_printf(bio_err," -envpassout arg environment variable containing input file pass phrase\n"); + BIO_printf(bio_err," -passout arg output file pass phrase\n"); + BIO_printf(bio_err," -envpassout arg environment variable containing output file pass phrase\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"); #ifndef NO_IDEA