From: Richard Levitte Date: Tue, 12 Sep 2017 06:02:02 +0000 (+0200) Subject: Document the recursive option X-Git-Tag: OpenSSL_1_1_1-pre1~667 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=dd8f6edc5ad834fca285f142245a29911f2aecd7 Document the recursive option Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/4336) --- 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 B [B<-passin arg>] [B<-text arg>] [B<-engine id>] +[B<-r>] B ... =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