summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-09-12 08:02:02 +0200
committerRichard Levitte <levitte@openssl.org>2017-09-12 11:38:16 +0200
commitdd8f6edc5ad834fca285f142245a29911f2aecd7 (patch)
tree0d8a963ff822e5dd9a8d421ee4c27d62d1017252 /doc/man1
parentfb43ddceda79f0af5fca88b47c794337f207666e (diff)
Document the recursive option
Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4336)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/storeutl.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man1/storeutl.pod b/doc/man1/storeutl.pod
index 2792a554fa..1f729662e9 100644
--- 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