Make CC,CFLAG etc get passed to make links and various Win32 fixes.
[openssl.git] / apps / dh.c
index f7769ccc6015c0537d4faccd1c637205046c729c..462570c1ba3b866952d35c384a674f7036c48541 100644 (file)
--- a/apps/dh.c
+++ b/apps/dh.c
@@ -155,7 +155,7 @@ bad:
                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;