'rand'/'-rand' documentation.
[openssl.git] / apps / smime.c
index 77633cfb600abfc401ab06ebd50fceb5bd2fbcb0..27e8dcfb44d7ba4e3beeea8beecde9c0a5368b71 100644 (file)
@@ -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");