aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2023-09-02 13:18:04 -0600
committerPauli <pauli@openssl.org>2023-09-06 09:46:05 +1000
commitc1673a60e40f6dcd110d1a4ff3e11a3297ada2da (patch)
tree010a9bdeb743505fe77ed4486b11626f68f4d077 /doc
parente664ef78b92532bf94c7976b181d88c4abf83074 (diff)
downloadopenssl-c1673a60e40f6dcd110d1a4ff3e11a3297ada2da.tar.gz
Per other commands, make progress dots in req only w/ -verbose
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21937)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-req.pod.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man1/openssl-req.pod.in b/doc/man1/openssl-req.pod.in
index 099582fa72..ad43dc2357 100644
--- a/doc/man1/openssl-req.pod.in
+++ b/doc/man1/openssl-req.pod.in
@@ -53,6 +53,7 @@ B<openssl> B<req>
[B<-vfyopt> I<nm>:I<v>]
[B<-batch>]
[B<-verbose>]
+[B<-quiet>]
{- $OpenSSL::safe::opt_name_synopsis -}
{- $OpenSSL::safe::opt_r_synopsis -}
{- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_provider_synopsis -}
@@ -402,6 +403,12 @@ Non-interactive mode.
Print extra details about the operations being performed.
+=item B<-quiet>
+
+Print fewer details about the operations being performed, which may be
+handy during batch scripts or pipelines (specifically "progress dots"
+during key generation are suppressed).
+
=item B<-keygen_engine> I<id>
Specifies an engine (by its unique I<id> string) which would be used