'rand'/'-rand' documentation.
[openssl.git] / apps / rand.c
index 9ca84073a5281f92a9d5c0364cf398af1802a75d..f1c2e9491d0fcd1ecf4372dd54955c9fa60e8b59 100644 (file)
@@ -84,7 +84,7 @@ int MAIN(int argc, char **argv)
                BIO_printf(bio_err, "Usage: rand [options] num\n");
                BIO_printf(bio_err, "where options are\n");
                BIO_printf(bio_err, "-out file            - write to file\n");
-               BIO_printf(bio_err, "-rand file:file:...  - seed PRNG from files\n");
+               BIO_printf(bio_err, "-rand file%cfile%c...  - seed PRNG from files\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
                BIO_printf(bio_err, "-base64              - encode output\n");
                goto err;
                }