Make it possible to get ENGINESDIR info from OpenSSL_versions
[openssl.git] / doc / apps / version.pod
index 61a364bf9ff21c2e2bb2a778bf584e9e7b603b1a..01f6d2a0265f77632329c5d1e1f7e169731344a8 100644 (file)
@@ -7,6 +7,7 @@ version - print OpenSSL version information
 =head1 SYNOPSIS
 
 B<openssl version>
+[B<-help>]
 [B<-a>]
 [B<-v>]
 [B<-b>]
@@ -14,6 +15,7 @@ B<openssl version>
 [B<-f>]
 [B<-p>]
 [B<-d>]
+[B<-e>]
 
 =head1 DESCRIPTION
 
@@ -23,6 +25,10 @@ This command is used to print out version information about OpenSSL.
 
 =over 4
 
+=item B<-help>
+
+Print out a usage message.
+
 =item B<-a>
 
 all information, this is the same as setting all the other flags.
@@ -51,6 +57,10 @@ platform setting.
 
 OPENSSLDIR setting.
 
+=item B<-e>
+
+ENGINESDIR setting.
+
 =back
 
 =head1 NOTES