Add forgotten "-passin" option to smime.c usage help.
authorLutz Jänicke <jaenicke@openssl.org>
Sun, 8 Apr 2001 10:53:27 +0000 (10:53 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Sun, 8 Apr 2001 10:53:27 +0000 (10:53 +0000)
apps/smime.c

index 9467b59befa428e41741f43257d2fddda9c9ccca..564331b1b7b67e4c4cea405aed66a00bf3e1506e 100644 (file)
@@ -290,6 +290,7 @@ int MAIN(int argc, char **argv)
                BIO_printf (bio_err, "-text          include or delete text MIME headers\n");
                BIO_printf (bio_err, "-CApath dir    trusted certificates directory\n");
                BIO_printf (bio_err, "-CAfile file   trusted certificates file\n");
+               BIO_printf (bio_err, "-passin arg    input file pass phrase source\n");
                BIO_printf(bio_err,  "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
                BIO_printf(bio_err,  "               load the file (or the files in the directory) into\n");
                BIO_printf(bio_err,  "               the random number generator\n");