aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dsa.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-10-06 22:59:21 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-10-06 22:59:21 +0000
commitdef38e38ec4fa5795414ee6536f3806f7fe7db13 (patch)
treef2ac2e18fb12c52ff117026ca43621595a1be660 /apps/dsa.c
parentd71c6bc5a409f4bf04165fd5bf41d85b868c6aac (diff)
downloadopenssl-def38e38ec4fa5795414ee6536f3806f7fe7db13.tar.gz
Fix incorrect usage messages in some commands.
Diffstat (limited to 'apps/dsa.c')
-rw-r--r--apps/dsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dsa.c b/apps/dsa.c
index 6117fc4b2d..229f2ea246 100644
--- a/apps/dsa.c
+++ b/apps/dsa.c
@@ -156,8 +156,8 @@ int MAIN(int argc, char **argv)
bad:
BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
BIO_printf(bio_err,"where options are\n");
- BIO_printf(bio_err," -inform arg input format - one of DER NET PEM\n");
- BIO_printf(bio_err," -outform arg output format - one of DER NET PEM\n");
+ BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
+ BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
BIO_printf(bio_err," -in arg input file\n");
BIO_printf(bio_err," -out arg output file\n");
BIO_printf(bio_err," -des encrypt PEM output with cbc des\n");