rll does not seem to be available on legacy s390.
[openssl.git] / apps / pkeyparam.c
index 15a8a2bafb3bfb822aa81db20aad31911b8f13fe..8435e5ea41861b2ba4be7cfc3e5a098e447dc3c7 100644 (file)
@@ -130,6 +130,8 @@ int MAIN(int argc, char **argv)
                BIO_printf(bio_err, "where options are\n");
                BIO_printf(bio_err, "-in file        input file\n");
                BIO_printf(bio_err, "-out file       output file\n");
+               BIO_printf(bio_err, "-text           print parameters as text\n");
+               BIO_printf(bio_err, "-noout          don't output encoded parameters\n");
 #ifndef OPENSSL_NO_ENGINE
                BIO_printf(bio_err, "-engine e       use engine e, possibly a hardware device.\n");
 #endif