Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-05-17 12:04:40 +0300
committerDr. David von Oheimb <dev@ddvo.net>2021-05-20 17:24:43 +0300
commit359efeac3f9b99c5f734b90db8a4c5bfadb7323a (patch)
tree357cf0451222aae4270fea14b7454af4e40a74a2 /apps/CA.pl.in
parent9c1582807b535e5b8499897c6e74fec48440c4fe (diff)
DOC: Fix nits found by new check on SYNOPSIS and OPTIONS consistency
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15299)
Diffstat (limited to 'apps/CA.pl.in')
-rw-r--r--apps/CA.pl.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/CA.pl.in b/apps/CA.pl.in
index c0afb96716..6d1de16516 100644
--- a/apps/CA.pl.in
+++ b/apps/CA.pl.in
@@ -122,9 +122,9 @@ if ( $WHAT =~ /^(-\?|-h|-help)$/ ) {
print STDERR <<EOF;
Usage:
CA.pl -newcert | -newreq | -newreq-nodes | -xsign | -sign | -signCA | -signcert | -crl | -newca [-extra-cmd parameter]
- CA.pl -pkcs12 [-extra-pkcs12 parameter] [certname]
- CA.pl -verify [-extra-verify parameter] certfile ...
- CA.pl -revoke [-extra-ca parameter] certfile [reason]
+ CA.pl -pkcs12 [certname]
+ CA.pl -verify certfile ...
+ CA.pl -revoke certfile [reason]
EOF
exit 0;
}