projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d6f9c7
)
Add missing "-d" to option list of openssl version.
author
Lutz Jänicke
<jaenicke@openssl.org>
Mon, 20 Oct 2008 12:53:36 +0000
(12:53 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Mon, 20 Oct 2008 12:53:36 +0000
(12:53 +0000)
Submitted by: Alex Chen <alex_chen@filemaker.com>
apps/version.c
patch
|
blob
|
history
diff --git
a/apps/version.c
b/apps/version.c
index 69ef3e1bad077ac866b8bb63bc4937edd66da8da..e9555cbde29da0ebd07d6582c47e2c105a7ca808 100644
(file)
--- 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 -[avbofp
d
]\n");
ret=1;
goto end;
}