From 89e674744d910d9ab03f44e4e8ca68cf96a2b4a0 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 10 May 2014 02:04:23 +0100 Subject: [PATCH] Correct example. --- doc/apps/ciphers.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/apps/ciphers.pod b/doc/apps/ciphers.pod index 3053ff3724..ca839af56a 100644 --- a/doc/apps/ciphers.pod +++ b/doc/apps/ciphers.pod @@ -597,7 +597,7 @@ encryption. Set security level to 2 and display all ciphers consistent with level 2: - openssl ciphers -v 'ALL:@SECLEVEL=2' + openssl ciphers -s -v 'ALL:@SECLEVEL=2' =head1 SEE ALSO -- 2.25.1