summaryrefslogtreecommitdiffstats
path: root/apps/smime.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-01 11:45:53 +0000
committerBodo Möller <bodo@openssl.org>2000-03-01 11:45:53 +0000
commitafbd0746cfbbf80f99829da2a58aed6f1785beb9 (patch)
tree0ab4fac5390ddcb2087104a76a8ccc7a4554fb77 /apps/smime.c
parent55f7d65db088b7ba78dbf54daee771b130157d6b (diff)
'rand'/'-rand' documentation.
Diffstat (limited to 'apps/smime.c')
-rw-r--r--apps/smime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/smime.c b/apps/smime.c
index 77633cfb60..27e8dcfb44 100644
--- a/apps/smime.c
+++ b/apps/smime.c
@@ -272,7 +272,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, "-rand file:file:...\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");
BIO_printf (bio_err, "cert.pem recipient certificate(s) for encryption\n");