diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2006-07-11 00:49:08 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2006-07-11 00:49:08 +0200 |
commit | 105f6a6323cd1a9ac7fab68d575bf0382324a3bc (patch) | |
tree | c5398e51fe4af3eff573197b9cdeef69fa6bf773 /apps/pkeyparam.c | |
parent | make update (diff) | |
download | openssl-105f6a6323cd1a9ac7fab68d575bf0382324a3bc.tar.xz openssl-105f6a6323cd1a9ac7fab68d575bf0382324a3bc.zip |
Update some usage messages.
Diffstat (limited to 'apps/pkeyparam.c')
-rw-r--r-- | apps/pkeyparam.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/pkeyparam.c b/apps/pkeyparam.c index 15a8a2bafb..8435e5ea41 100644 --- a/apps/pkeyparam.c +++ b/apps/pkeyparam.c @@ -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 |