summaryrefslogtreecommitdiff
path: root/apps/prime.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/prime.c')
-rw-r--r--apps/prime.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/prime.c b/apps/prime.c
index 133167f2d4d1..d8f764a3d7f1 100644
--- a/apps/prime.c
+++ b/apps/prime.c
@@ -155,5 +155,8 @@ int MAIN(int argc, char **argv)
BIO_printf(bio_err, "options are\n");
BIO_printf(bio_err, "%-14s hex\n", "-hex");
BIO_printf(bio_err, "%-14s number of checks\n", "-checks <n>");
+ BIO_printf(bio_err, "%-14s generate prime\n", "-generate");
+ BIO_printf(bio_err, "%-14s number of bits\n", "-bits <n>");
+ BIO_printf(bio_err, "%-14s safe prime\n", "-safe");
return 1;
}