mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Document the recursive option
Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4336)
This commit is contained in:
parent
fb43ddceda
commit
dd8f6edc5a
@ -13,6 +13,7 @@ B<openssl> B<storeutl>
|
||||
[B<-passin arg>]
|
||||
[B<-text arg>]
|
||||
[B<-engine id>]
|
||||
[B<-r>]
|
||||
B<uri> ...
|
||||
|
||||
=head1 DESCRIPTION
|
||||
@ -54,6 +55,10 @@ to attempt to obtain a functional reference to the specified engine,
|
||||
thus initialising it if needed.
|
||||
The engine will then be set as the default for all available algorithms.
|
||||
|
||||
=item B<-r>
|
||||
|
||||
Fetch objects recursively when possible.
|
||||
|
||||
=back
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
Loading…
Reference in New Issue
Block a user