Make CC,CFLAG etc get passed to make links and various Win32 fixes.
[openssl.git] / apps / dh.c
index bbf445e84568330278402d4bebb900899141f2b9..462570c1ba3b866952d35c384a674f7036c48541 100644 (file)
--- a/apps/dh.c
+++ b/apps/dh.c
@@ -152,10 +152,10 @@ bad:
                BIO_printf(bio_err,"where options are\n");
                BIO_printf(bio_err," -inform arg   input format - one of DER TXT PEM\n");
                BIO_printf(bio_err," -outform arg  output format - one of DER TXT PEM\n");
-               BIO_printf(bio_err," -in arg       inout file\n");
+               BIO_printf(bio_err," -in arg       input file\n");
                BIO_printf(bio_err," -out arg      output file\n");
                BIO_printf(bio_err," -check        check the DH parameters\n");
-               BIO_printf(bio_err," -text         check the DH parameters\n");
+               BIO_printf(bio_err," -text         print a text form of the DH parameters\n");
                BIO_printf(bio_err," -C            Output C code\n");
                BIO_printf(bio_err," -noout        no output\n");
                goto end;