summaryrefslogtreecommitdiffstats
path: root/apps/smime.c
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-04-08 10:51:14 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-04-08 10:51:14 +0000
commit93f117003ecf151b58ed8fd1c5f709d5e37a7c14 (patch)
tree765b3b7237340bdf0db3a1c925819a1e701ebe87 /apps/smime.c
parent42748c084ee12dfa35d49f52308bafb369873443 (diff)
Add forgotten "-passin" option to smime.c usage help.
Diffstat (limited to 'apps/smime.c')
-rw-r--r--apps/smime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/smime.c b/apps/smime.c
index 03387c3332..ff5bad2e04 100644
--- a/apps/smime.c
+++ b/apps/smime.c
@@ -298,6 +298,7 @@ int MAIN(int argc, char **argv)
BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
BIO_printf (bio_err, "-CAfile file trusted certificates file\n");
BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\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");