summaryrefslogtreecommitdiffstats
path: root/apps/dhparam.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/dhparam.c
parent55f7d65db088b7ba78dbf54daee771b130157d6b (diff)
'rand'/'-rand' documentation.
Diffstat (limited to 'apps/dhparam.c')
-rw-r--r--apps/dhparam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dhparam.c b/apps/dhparam.c
index 293a400d0c..dd9228aac8 100644
--- a/apps/dhparam.c
+++ b/apps/dhparam.c
@@ -172,7 +172,7 @@ bad:
BIO_printf(bio_err," -2 generate parameters using 2 as the generator value\n");
BIO_printf(bio_err," -5 generate parameters using 5 as the generator value\n");
BIO_printf(bio_err," numbits number of bits in to generate (default 512)\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," -noout no output\n");