summaryrefslogtreecommitdiffstats
path: root/apps/rand.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/rand.c
parent55f7d65db088b7ba78dbf54daee771b130157d6b (diff)
'rand'/'-rand' documentation.
Diffstat (limited to 'apps/rand.c')
-rw-r--r--apps/rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/rand.c b/apps/rand.c
index 9ca84073a5..f1c2e9491d 100644
--- a/apps/rand.c
+++ b/apps/rand.c
@@ -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;
}