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:
fb43ddc
)
Document the recursive option
author
Richard Levitte
<levitte@openssl.org>
Tue, 12 Sep 2017 06:02:02 +0000
(08:02 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 12 Sep 2017 09:38:16 +0000
(11:38 +0200)
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4336)
doc/man1/storeutl.pod
patch
|
blob
|
history
diff --git
a/doc/man1/storeutl.pod
b/doc/man1/storeutl.pod
index 2792a554faa3d659bfeac35d714cce09d4a6ccc7..1f729662e9be2b3a11db3d145239ba34062d8042 100644
(file)
--- a/
doc/man1/storeutl.pod
+++ b/
doc/man1/storeutl.pod
@@
-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