From: Lutz Jänicke Date: Mon, 20 Oct 2008 12:53:36 +0000 (+0000) Subject: Add missing "-d" to option list of openssl version. X-Git-Tag: OpenSSL_0_9_8k^2~221 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=1581f822439eb6c2aa94565bcbd76430912b40f3;hp=0d6f9c7181ec892a38eb91e8c287726a7305923b;ds=sidebyside Add missing "-d" to option list of openssl version. Submitted by: Alex Chen --- diff --git a/apps/version.c b/apps/version.c index 69ef3e1bad..e9555cbde2 100644 --- a/apps/version.c +++ b/apps/version.c @@ -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; }