From afbd0746cfbbf80f99829da2a58aed6f1785beb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Wed, 1 Mar 2000 11:45:53 +0000 Subject: 'rand'/'-rand' documentation. --- apps/smime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/smime.c') 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"); -- cgit v1.2.3