From 1581f822439eb6c2aa94565bcbd76430912b40f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Mon, 20 Oct 2008 12:53:36 +0000 Subject: [PATCH] Add missing "-d" to option list of openssl version. Submitted by: Alex Chen --- apps/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1