Add missing "-d" to option list of openssl version.
authorLutz Jänicke <jaenicke@openssl.org>
Mon, 20 Oct 2008 12:53:33 +0000 (12:53 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Mon, 20 Oct 2008 12:53:33 +0000 (12:53 +0000)
Submitted by: Alex Chen <alex_chen@filemaker.com>

apps/version.c

index 69ef3e1bad077ac866b8bb63bc4937edd66da8da..e9555cbde29da0ebd07d6582c47e2c105a7ca808 100644 (file)
@@ -167,7 +167,7 @@ int MAIN(int argc, char **argv)
                        date=version=cflags=options=platform=dir=1;
                else
                        {
-                       BIO_printf(bio_err,"usage:version -[avbofp]\n");
+                       BIO_printf(bio_err,"usage:version -[avbofpd]\n");
                        ret=1;
                        goto end;
                        }